Updating docs

This commit is contained in:
Jonathan Carter 2017-03-06 15:47:47 -08:00
parent 744e87bc27
commit 94bb3702e4

View File

@ -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 <my-app>
serverless create -t azure-nodejs --path <my-app>
```
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
```