From 94bb3702e4fc8fe4932517ed22fea50cfec3453d Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Mon, 6 Mar 2017 15:47:47 -0800 Subject: [PATCH] Updating docs --- docs/providers/azure/guide/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/azure/guide/quickstart.md b/docs/providers/azure/guide/quickstart.md index 9329ea683..758b4bc3b 100644 --- a/docs/providers/azure/guide/quickstart.md +++ b/docs/providers/azure/guide/quickstart.md @@ -21,7 +21,7 @@ To setup the boilerplate, follow these instructions: 1. Install the boilerplate ```bash - serverless install --url https://github.com/azure/boilerplate-azurefunctions --name + serverless create -t azure-nodejs --path ``` 2. Install the dependencies @@ -105,5 +105,5 @@ serverless deploy Run the [invoke command](../cli-reference/invoke.md) ```bash -serverless invoke -f httpjs +serverless invoke -f hello ```