summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 |
|------------------|--------|---------|-----------------------------------------------------------------------------------------------|