diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-05-20 10:35:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 10:35:27 -0400 |
commit | 19416050257ce4f1660e4c8ac9ece8f7357c7502 (patch) | |
tree | bf727013c6e0e0757ef3ece5ec21e26e64851215 /README.md | |
parent | cf7506e368924df66c221eafe03f719a40729afe (diff) | |
download | ardsmm-master.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ options: ## Examples -Create a new configuration file with your `config.json` as the baseline. Mod definitions are appended to `{ "game": { "mods": [] } }`. Mods are appended to `{ "game": { "mods": [] } }`: +Create a new configuration file with your `config.json` as the baseline. Mod definitions are appended to `{ "game": { "mods": [] } }`: ``` ardsmm -o test.json -m examples/mods.txt examples/config.json |