소스 검색

Update README.md

Matt Coles 9 년 전
부모
커밋
5c3ef2dbd5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -53,8 +53,7 @@ the following data:
53 53
 The server will then respond with a JSON object that looks something like this:
54 54
 ```javascript
55 55
 {
56
-    "registered": 1, // Value is 1 or 0 based on whether registration was
57
-    successful
56
+    "registered": 1, // Value is 1 or 0 based on whether registration was successful
58 57
     "auth-key": "$2a$10$.X9YrNyd2R7b2ycAumHn.ONiINs2bCkRDupugu6sjZkUkPmXSaSra", // Value is an authentication key to be used in API requests
59 58
     "error": 0 // Error code, if an error occured. 0 indicates no error.
60 59
 }