diff --git a/README.md b/README.md index b04f0bd..66cd2e7 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ content-type: application/json content-length: 87 { - name: "Allen Brown", - avatar: "https://avatars.githubusercontent.com/u/97165289" + "name": "Allen Brown", + "avatar": "https://avatars.githubusercontent.com/u/97165289" } ``` @@ -143,6 +143,6 @@ content-type: application/json content-length: 24 { - health_check: "up" + "health_check": "up" } ```