From 3e842cd59bfd58ed8dcaee04e6b63ebe53054b83 Mon Sep 17 00:00:00 2001 From: Alex Pshul Date: Sat, 5 Oct 2024 14:51:35 -0400 Subject: [PATCH] Updated README to avoid build failure with quick start --- packages/func/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/func/README.md b/packages/func/README.md index 6f6d6e7..b6a0df4 100644 --- a/packages/func/README.md +++ b/packages/func/README.md @@ -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