Ver código fonte

Fix line breaks

Matt Coles 9 anos atrás
pai
commit
ec6df9a43e
1 arquivos alterados com 2 adições e 4 exclusões
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -55,8 +55,7 @@ The server will then respond with a JSON object that looks something like this:
55 55
 {
56 56
     "registered": 1, // Value is 1 or 0 based on whether registration was
57 57
     successful
58
-    "auth-key": $2a$10$.X9YrNyd2R7b2ycAumHn.ONiINs2bCkRDupugu6sjZkUkPmXSaSra, //
59
-    Value is an authentication key to be used in API requests
58
+    "auth-key": $2a$10$.X9YrNyd2R7b2ycAumHn.ONiINs2bCkRDupugu6sjZkUkPmXSaSra, // Value is an authentication key to be used in API requests
60 59
     "error": 0 // Error code, if an error occured. 0 indicates no error.
61 60
 }
62 61
 ```
@@ -78,8 +77,7 @@ will be returned:
78 77
 ```
79 78
 {
80 79
     "logged_in": 1, // Value is 1 or 0 whether or not the login was successful
81
-    "auth-key": $2a$10$.X9YrNyd2R7b2ycAumHn.ONiINs2bCkRDupugu6sjZkUkPmXSaSra, //
82
-    Only present if logged_in == 1, to be used in API requests
80
+    "auth-key": $2a$10$.X9YrNyd2R7b2ycAumHn.ONiINs2bCkRDupugu6sjZkUkPmXSaSra, // Only present if logged_in == 1, to be used in API requests
83 81
     "error": 0 // Error code, if an error occured. 0 indicates no error.
84 82
 }
85 83
 ```