Minor readme updates.

This commit is contained in:
Travis Reeder
2016-11-15 12:56:24 -08:00
parent d65a84dac2
commit 52f64b6a40
2 changed files with 13 additions and 5 deletions

View File

@@ -17,9 +17,9 @@ fnctl routes create myapp /hello
Now you can call your function on IronFunctions:
```sh
curl -H "Content-Type: application/json" -X POST -d @hello.payload.json http://localhost:8080/r/myapp/hello
```
```sh
curl -H "Content-Type: application/json" -X POST -d @hello.payload.json http://localhost:8080/r/myapp/hello
```
## Dependencies