diff options
author | Leo Vivier <leo.vivier+dev@gmail.com> | 2019-08-03 17:01:13 +0200 |
---|---|---|
committer | Leo Vivier <leo.vivier+dev@gmail.com> | 2019-08-05 18:51:43 +0200 |
commit | d83f4104cd45ba2a25670910fc7bf17a920807c8 (patch) | |
tree | e965e68f0b238d172fc70a613c5103927ca49b0d | |
parent | 931fc503e79982e3a6189c2b74223977a659d7b6 (diff) | |
download | ranger-d83f4104cd45ba2a25670910fc7bf17a920807c8.tar.gz |
Do not capitalise wiki
It looks odd, and since the wiki says ‘Welcome to the ranger wiki’, we might as well be consistent.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 9629b6d7..c3819443 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,4 @@ Going further --------------- * For getting the most out of ranger, see the [Official User Guide](https://github.com/ranger/ranger/wiki/Official-user-guide). * For frequently asked questions, see the [FAQ](https://github.com/ranger/ranger/wiki/FAQ%3A-Frequently-Asked-Questions). -* For more information on customization, see the [Wiki](https://github.com/ranger/ranger/wiki). +* For more information on customization, see the [wiki](https://github.com/ranger/ranger/wiki). |