about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorLeo Vivier <leo.vivier+dev@gmail.com>2019-08-05 18:52:16 +0200
committerLeo Vivier <leo.vivier+dev@gmail.com>2019-08-05 18:52:16 +0200
commit4ba064ff6aabfc1468429e684ed492eee2e36292 (patch)
tree4acc74115846c201480f9731b6190d8bc882ee04
parent21d306928d5d974fd068e57253235c1706bf1600 (diff)
downloadranger-4ba064ff6aabfc1468429e684ed492eee2e36292.tar.gz
Maximally capitalize the headings
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 315144bf..f7e40192 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ About
 * git clone    https://github.com/ranger/ranger.git
 
 
-Design goals
+Design Goals
 ------------
 * An easily maintainable file manager in a high level language
 * A quick way to switch directories and browse the file system
@@ -113,7 +113,7 @@ You can also install ranger through PyPI: ```pip install ranger-fm```.
   </a>
 </details>
 
-### Installing from a clone
+### Installing from a Clone
 Note that you don't *have* to install ranger; you can simply run `ranger.py`.
 
 To install ranger manually:
@@ -130,7 +130,7 @@ This also saves a list of all installed files to `install_log.txt`, which you ca
 use to uninstall ranger.
 
 
-Getting started
+Getting Started
 ---------------
 After starting ranger, you can use the Arrow Keys or `h` `j` `k` `l` to
 navigate, `Enter` to open a file or `q` to quit.  The third column shows a
@@ -143,7 +143,7 @@ See `ranger --help` for a description of that switch.  Also check
 `ranger/config/` for the default configuration.
 
 
-Going further
+Going Further
 ---------------
 * To get the most out of ranger, read 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).