Browse Source

Consistent json

Luiz Guilherme Fonseca Rosa 8 years ago
parent
commit
65affc9030
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -332,9 +332,9 @@ The response object will look like this:
 
 ```json
 {
-   "content": 'Message content here',
+   "content": "Message content here",
    "status": 200,
-   "error": 'Error message goes here'       // Only added if an error occurs
+   "error": "Error message goes here"       // Only added if an error occurs
 }
 ```