From 6e31ca0c2e31e33f824aef1b4d68a91b64721fa7 Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 21 Jan 2022 11:55:11 -0600 Subject: correct argent.lua -> config.lua --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | |------------------|--------|---------|-----------------------------------------------------------------------------------------------| -- cgit v1.2.1