From 76f3200c03374f24610adbcdbecb43b9ec39e42f Mon Sep 17 00:00:00 2001 From: CapacitorSet Date: Wed, 5 Jul 2017 17:01:35 +0200 Subject: [PATCH] Fix quotation marks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d417e8..95b5790 100644 --- a/README.md +++ b/README.md @@ -235,9 +235,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: