From 6a4e3ccfb9d84461ac2e8efff8a9caf9face263e Mon Sep 17 00:00:00 2001 From: Takahiro Horike Date: Mon, 23 Oct 2017 19:16:42 +0900 Subject: [PATCH] fix typo in README (#336) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a727da..3ef3fd0 100644 --- a/README.md +++ b/README.md @@ -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", @@ -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",