diff --git a/README.md b/README.md index a624af0..fd3f087 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ An in-game description of available commands is available through the /bwb comma | /decryptbook | \ | Decrypts the book the player is holding. "key" is required and MUST be IDENTICAL to the key used to encrypt the held book | | /deletebook | \ | Deletes the specified file in the player's directory | | /deletepublicbook | \ | Same as deletebook, but deletes files in the public directory | -| encryptbook | \ \[encryption style] | Encrypts the book the player is holding. "key" is required and can be any phrase or number excluding spaces. "style" is not required. Possible values are "DNA" or "" | +| /encryptbook | \ \[encryption style] | Encrypts the book the player is holding. "key" is required and can be any phrase or number excluding spaces. "style" is not required. Possible values are "DNA" or "" | | /formatbook | None | Formats the held written book (converts color and formatting codes to the corresponding formatted text) | | /givebook | \ \ \[# of copies (num)] \[signed (true/false)] | Gives the selected player a book from your personal directory | | /givepublicbook | \ \ \[# of copies (num)] \[signed (true/false)] | Same as givebook, but uses books from the public directory |