summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Irwin <antumdeluge@gmail.com>2017-05-06 10:41:45 -0700
committerShadowNinja <ShadowNinja@users.noreply.github.com>2017-05-06 13:41:45 -0400
commitd3d43d951154fb2b9e30186f7a1e52bd05ae6d80 (patch)
tree0873deddd8fad717618e7e2909bfb166bf32bc14
parent6080ff065ea89e899f356ba723ea2467b6d32ccb (diff)
Reference 'settings.lua' instead of 'config.lua' (#21)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd6a54d..f7c07c6 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Configuration
If you wish to specify configuration options, such as whether players are
allowed to protect their own areas with the `protect` command (disabled by
-default), you should check config.lua and set the appropriate settings in your
+default), you should check settings.lua and set the appropriate settings in your
server's configuration file (probably `minetest.conf`).