From cacde11a15d6fcd0346a230b2b39ba2bb589ae38 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Tue, 5 Apr 2022 18:08:28 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f890b70..ff4d3d5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Terminal Messaging System 1. Download release for your operating system. 2. Put the ``tmsg`` file in a memorable place. -3. Open a terminal in the folder with the ``tmsg`` file, or browse to it using ``cd`` commands +3. Open a terminal in the folder with the ``tmsg`` file, or browse to it using ``cd`` commands. 4. Set a username by executing: ``./tmsg --username "usernamehere"`` 5. Send messages by executing: ``./tmsg --msg "type your message here using quotes"``