mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix tiny typo in README (#535)
This commit is contained in:
committed by
Travis Reeder
parent
92e082dd45
commit
0c693e442a
@@ -200,7 +200,7 @@ curl -H "Content-Type: application/json" -X POST -d '{
|
||||
|
||||
### Calling your Function
|
||||
|
||||
Calling your function is as simple as requesting a URL. Each app has it's own namespace and each route mapped to the app.
|
||||
Calling your function is as simple as requesting a URL. Each app has its own namespace and each route mapped to the app.
|
||||
The app `myapp` that we created above along with the `/hello` route we added would be called via the following
|
||||
URL: http://localhost:8080/r/myapp/hello
|
||||
|
||||
|
||||
Reference in New Issue
Block a user