Browse Source

Removed comment from json

Luiz Guilherme Fonseca Rosa 8 năm trước cách đây
mục cha
commit
1448246b86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)"
 }
 ```