From 1de63b1f14c6831ca61e6d7487ab6c76f8ccae28 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Wed, 26 Mar 2025 23:47:21 -0400 Subject: [PATCH] some fixes to grammar --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb89545..635d86b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Elemental on CLI -Elemental combination game written in C. +# Elemental on Command Line +This is an elemental combination game written in C, with optional multi-player support. ## Single-player A single-player example pack is provided as an example in ``combos.txt``. This can be customized by the user, although internal limitations require the combination string to be in alphabetical order. @@ -9,5 +9,5 @@ To set up multi-player mode, create a directory ``elem-data`` and create separat The game can now be played with the following syntax, inside your user directory. ```sh -./bin/elem your_username +elem your_username ``` \ No newline at end of file