瀏覽代碼

Consistent json

Luiz Guilherme Fonseca Rosa 8 年之前
父節點
當前提交
65affc9030
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

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