From e4f18ca87b78e48ab9208fac4448e5385504d268 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Sun, 17 Oct 2021 17:44:27 -0600 Subject: [PATCH] fix README formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.