浏览代码

Removed comment from json

Luiz Guilherme Fonseca Rosa 8 年之前
父节点
当前提交
1448246b86
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -334,7 +334,7 @@ The response object will look like this:
 {
    "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)"
 }
 ```