summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAltoids1 <mom-puter@hotmail.com>2022-12-02 14:59:40 -0600
committerGitHub <noreply@github.com>2022-12-02 20:59:40 +0000
commit33a329f16acf54dda813eba6cacb805f47aab425 (patch)
tree79501862d6dd950aae42eb1456124a19297a039c
parentf0df06a795ed1db2fcd9a816d2c7728bf5623590 (diff)
downloadabaddon-portaudio-33a329f16acf54dda813eba6cacb805f47aab425.tar.gz
abaddon-portaudio-33a329f16acf54dda813eba6cacb805f47aab425.zip
Fixes a few minor typos in the README (#127)
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17eac77..46a4cc6 100644
--- a/README.md
+++ b/README.md
@@ -226,13 +226,14 @@ Used in profile popup:
### Settings
-Settings are configured (for now) by editing abaddon.ini
+Settings are configured (for now) by editing `abaddon.ini`.
The format is similar to the standard Windows ini format **except**:
* `#` is used to begin comments as opposed to `;`
* Section and key names are case-sensitive
-You should edit these while the client is closed even though there's an option to reload while running
+> **Warning**: You should edit these while the client is closed, even though there's an option to reload while running.
+
This listing is organized by section.
For example, memory_db would be set by adding `memory_db = true` under the line `[discord]`