diff --git a/README.md b/README.md index 1663da1..0b8e8bc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The client is a specialized [uxn](https://wiki.xxiivv.com/site/uxn.html) ROM tha This is the working structure of the 9p filesystem: - * `/ctl`: Read/write control file for inputing system commands. Reading the file shows the status of the last input command: 1 for success, 0 for failure; `logout` is a special case, and the status code will be -1 if it was succesful. the following are valid command syntax: +* `/ctl`: Read/write control file for inputing system commands. Reading the file shows the status of the last input command: 1 for success, 0 for failure; `logout` is a special case, and the status code will be -1 if it was succesful. the following are valid command syntax: * `login PW`: Authenticate with `xrxs` -- password is hashed against realm password hash. * `logout`: Gracefully remove yourself from the users table. * `load CART`: Load a cartridge.