summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-01-21 11:55:11 -0600
committersanine <sanine.not@pm.me>2022-01-21 11:55:11 -0600
commit6e31ca0c2e31e33f824aef1b4d68a91b64721fa7 (patch)
tree9fb78cc2bff57e0fb2e4240c27d017d5a5be5b0d
parent480197b1c20bd22731c89df2b087e82d7b2f699d (diff)
correct argent.lua -> config.luaHEADmain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26e137d..ef36985 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Move the resulting `argent` binary to somewhere on your PATH (probably `~/bin`).
using argent
--------------------------------
-You need to provide Argent with a configuration file. By default this file is `argent.lua` in the current working directory; you can override that with the `-c [config_file]` command-line option. The configuration file should be a Lua script that returns a table. The keys for this table are listed below. None of these are mandatory, and if they are omitted their default values will be used.
+You need to provide Argent with a configuration file. By default this file is `config.lua` in the current working directory; you can override that with the `-c [config_file]` command-line option. The configuration file should be a Lua script that returns a table. The keys for this table are listed below. None of these are mandatory, and if they are omitted their default values will be used.
| Key | Type | Default | Meaning |
|------------------|--------|---------|-----------------------------------------------------------------------------------------------|