Fix typo suggested by community.

This commit is contained in:
Alex Ellis 2018-01-11 12:55:15 +00:00 committed by GitHub
parent 1bdd9cb75d
commit e9d51baeb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ functions:
You can then deploy and invoke the function via the `faas-cli` using
```sh
$ faas-cli deploy -f ./samples.yml
$ fass-cli invoke nodehelloenv
$ faas-cli invoke nodehelloenv
Hello from a production machine
```