Updated docs for cli flag changes.

This commit is contained in:
Travis Reeder
2017-09-07 15:53:28 -07:00
parent 3d8ca450bb
commit e56d555c3e
17 changed files with 26 additions and 27 deletions

View File

@@ -7,7 +7,6 @@ Other than a different runtime, this is no different than any other node example
To use the lambda-nodejs4.3 runtime, use this `fn init` command:
```sh
fn init --runtime lambda-nodejs4.3 <DOCKER_HUB_USERNAME>/lambda-node
fn build
fn init --runtime lambda-nodejs4.3 --name lambda-node
cat payload.json | fn run
```