Ver código fonte

Update README.md

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

+ 2 - 2
README.md

@@ -58,6 +58,6 @@ will be returned:
58 58
     "error": 0 // Error code, if an error occured. 0 indicates no error.
59 59
 }
60 60
 ```
61
-The error codes are as follows, 1 indicates the username could not be found, 2
62
-indicates that the password is invalid and 3 indicates the provided
61
+The error codes are as follows, `1` indicates the username could not be found,
62
+`2` indicates that the password is invalid and `3` indicates the provided
63 63
 authentication key was invalid.