aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllusive <[email protected]>2023-11-18 07:47:09 +1100
committerGitHub <[email protected]>2023-11-18 07:47:09 +1100
commit5512ba6e29ddc5d765bbcec17e92d6b4b1644831 (patch)
treeabae15102d8fcfd9680e0bb165872a620548d1c9
parentUpdate README.md (diff)
downloadcompfy-5512ba6e29ddc5d765bbcec17e92d6b4b1644831.tar.xz
compfy-5512ba6e29ddc5d765bbcec17e92d6b4b1644831.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 924746a..e679f28 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ $ meson setup . build
$ ninja -C build
$ ninja -C build install
```
-With `--check-for-update`:
+With `--check-for-updates`:
```
$ meson setup -Dupdate_checks=true . build
$ ninja -C build