ソースを参照

Update README.md

Matt Coles 9 年 前
コミット
d48ba380d0
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  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.