summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-03-15 23:54:14 -0400
committerPierre Schmitz <mail@pierre-schmitz.com>2018-04-02 18:54:00 +0200
commit4dbcc003b6aa8fcf009be1e98c8ff13fe1def2fb (patch)
tree6c36d68bb5767231919325f81ee364240e1f780d
parent8cc8e9cbbefdf6fac368031d3dacc74d001f23b7 (diff)
README.md: fix spelling mistake: "overriden"->"overridden"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 753b3c1..7a94c43 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Configuration
* The default configuration can be found in `config`.
* An optional `config.local` may override the default configuration.
-* The path and name of the local configuration file can be overriden by setting the `DBSCRIPTS_CONFIG` environment variable.
+* The path and name of the local configuration file can be overridden by setting the `DBSCRIPTS_CONFIG` environment variable.
## Testing
* Install the `make` and `docker` packages. Start the docker daemon by issuing `systemctl start docker`.
* The test suite can now be run with `make test`.