Bladeren bron

Update README.md

Matt Coles 9 jaren geleden
bovenliggende
commit
d48ba380d0
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      README.md

+ 2 - 2
README.md

58
     "error": 0 // Error code, if an error occured. 0 indicates no error.
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
 authentication key was invalid.
63
 authentication key was invalid.