diff --git a/README.md b/README.md index cc1c8d9..17d1fc1 100644 --- a/README.md +++ b/README.md @@ -128,13 +128,12 @@ POST /events/:orgId/ **Example:** ```json -// Call to localhost:3000/123 - { +{ "title": "some title", "description": "some description", "start": "2019-12-17T03:24:00", "end": "2019-12-18T03:24:00" -}; +} ``` #### Response