Skip to content

Commit

Permalink
Updated README to avoid build failure with quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPshul committed Oct 5, 2024
1 parent d457332 commit 3e842cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/func/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nx g @nxazure/func:init my-new-app
5. Add a function to the app

```bash
nx g @nxazure/func:new my-new-func --project=my-new-app --template="HTTP trigger"
nx g @nxazure/func:new myNewFunc --project=my-new-app --template="HTTP trigger"
```

6. Run the function app
Expand Down

0 comments on commit 3e842cd

Please sign in to comment.