Skip to content

Commit 6e331a0

Browse files
committed
Add new line endings
1 parent 65dcdb3 commit 6e331a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/DurableFunc/E1_HelloSequence/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
}
88
],
99
"disabled": false
10-
}
10+
}

examples/DurableFunc/E1_SayHello/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
}
88
],
99
"disabled": false
10-
}
10+
}

examples/DurableFunc/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
1. Install Durable Functions
44
Run this command from the root folder of your function app:
55

6-
```none
7-
func extensions install -p Microsoft.Azure.WebJobs.Extensions.DurableTask -v 1.6.2
8-
```
6+
```none
7+
func extensions install -p Microsoft.Azure.WebJobs.Extensions.DurableTask -v 1.6.2
8+
```
99

1010
1. Deploy the private build
1111
Build the project, and deploy the publish folder to the `workers` folder of your `func` CLI.
1212

1313
1. Start the host and send HTTP request to trigger the durable function
14-
Run `func start`, then send HTTP request to the URL to trigger durable function.
14+
Run `func start`, then send HTTP request to the URL to trigger durable function.

0 commit comments

Comments
 (0)