From 5b0c204919b5848d662358039de1e66abaf9e240 Mon Sep 17 00:00:00 2001 From: Titouan CREACH Date: Wed, 5 Jul 2017 16:12:44 +0200 Subject: [PATCH] use double quote instead of curly double quote --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a77d28..0df0cda 100644 --- a/README.md +++ b/README.md @@ -223,9 +223,9 @@ When your APIs are public other third parties, upgrading the APIs with some brea Response messages must be self descriptive. A good error message response might look something like this: ``` { -“code”: 1234, -“message” : “Something bad happened“, -“description” : “More details” +"code": 1234, +"message" : "Something bad happened", +"description" : "More details" } ``` or for validation errors: