소스 검색

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
 {
-   "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
 }
 ```