Skip to content

Commit d0bae61

Browse files
committed
Fix markdown
Signed-off-by: Alex Ellis <[email protected]>
1 parent e11b5df commit d0bae61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ export OPENFAAS_URL=http://127.0.0.1:31112
3232

3333
git clone https://github.com/alexellis/echo-fn
3434
cd echo-fn
35+
faas-cli template store pull golang-http
3536
faas-cli deploy
3637
```
3738

3839
The `stack.yml` contains an annotation of `topic=vm.powered.on`, to change this edit the file and run `faas-cli deploy`. To edit the code in the handler change the code and `image` field then run `faas-cli up`
39-
```
40+
4041

4142
* Generate some events:
4243

0 commit comments

Comments
 (0)