You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The project requires the latest version of the [Azure Functions CLI](https://git
13
13
It can be installed by running the following code:
14
14
15
15
```bash
16
-
npn i -g azure-functions-core-tools@core --unsafe-perm true
16
+
npm i -g azure-functions-core-tools@core --unsafe-perm true
17
17
```
18
18
19
19
More [installation options](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?WT.mc_id=durablejs-sample-marouill) are also available.
@@ -22,13 +22,13 @@ More [installation options](https://docs.microsoft.com/en-us/azure/azure-functio
22
22
23
23
### Pre-requisite
24
24
25
-
* GitHub Personal Access Token
26
-
*[How to create a Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
0 commit comments