From 19416050257ce4f1660e4c8ac9ece8f7357c7502 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 May 2024 10:35:27 -0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66bd8fc..8d516ea 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit