From 184f78d935cc8ce6e045f330a140373616b42c82 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Sat, 5 Nov 2022 12:35:27 +0100 Subject: [PATCH] Adds a missing / to the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |