Update README.md

This commit is contained in:
Chad Arimura
2017-09-29 08:29:30 -07:00
committed by GitHub
parent 34f0d842ae
commit e963b96069

View File

@@ -21,5 +21,5 @@ fn deploy --app hot-app
Now call your function: Now call your function:
```sh ```sh
curl -X POST -d "World" http://localhost:8080/r/hot-app/%2Fhotfn-go curl -X POST -d "World" http://localhost:8080/r/hot-app/hotfn-go
``` ```