some fixes to grammar

This commit is contained in:
biglyderv 2025-03-26 23:47:21 -04:00
parent 99bb41d542
commit 1de63b1f14
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -1,5 +1,5 @@
# Elemental on CLI # Elemental on Command Line
Elemental combination game written in C. This is an elemental combination game written in C, with optional multi-player support.
## Single-player ## 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. 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. The game can now be played with the following syntax, inside your user directory.
```sh ```sh
./bin/elem your_username elem your_username
``` ```