Fixes a few minor typos in the README (#127)

This commit is contained in:
Altoids1 2022-12-02 14:59:40 -06:00 committed by GitHub
parent f0df06a795
commit 33a329f16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]`