Skip to content

Commit

Permalink
fix typo in README (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
horike37 authored and mthenw committed Oct 23, 2017
1 parent e300c56 commit 6a4e3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ path property indicated URL path which Events API will be listening on.

```http
curl --request POST \
--url http://locahost:4001/v1/subscriptions \
--url http://localhost:4001/v1/subscriptions \
--header 'content-type: application/json' \
--data '{
"functionId": "sendEmail",
Expand Down Expand Up @@ -207,7 +207,7 @@ only one `http` subscription for the same `method` and `path` pair.

```http
curl --request POST \
--url http://locahost:4001/v1/subscriptions \
--url http://localhost:4001/v1/subscriptions \
--header 'content-type: application/json' \
--data '{
"functionId": "listUsers",
Expand Down

0 comments on commit 6a4e3cc

Please sign in to comment.