aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorqwerty2872021-12-24 04:56:57 +0100
committerGitHub2021-12-24 11:56:57 +0800
commit5754080eb9b13e3446443bc7c17cd53d160dfdf2 (patch)
tree1322ff6aba97c24905380def413af01e67d2d4f7 /README.md
parenta5df7ba6bf57c764b1c5e4c67dbbdf5b115765c9 (diff)
Fix various typos of software names (#18083)
* `git` -> `Git` * `Github` and `github` -> `GitHub` * `crowdin` -> `Crowdin` * `git-lfs` -> `Git LFS` * `githooks`, `git hooks`, `git-hooks` -> `Git Hooks` * `discord` -> `Discord` * `2fa` -> `2FA` * `gitlab` and `Gitlab` -> `GitLab` * `web hook` -> `webhook` * `linux` -> `Linux` * `sqlite` -> `SQLite` * `MYSQL` and `mysql` -> `MySQL` * rename refs to `master` branch -> `main` * Fix English grammar
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90ff8f3a2..4f764f6a8 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ From the root of the source tree, run:
TAGS="bindata" make build
-or if sqlite support is required:
+or if SQLite support is required:
TAGS="bindata sqlite sqlite_unlock_notify" make build