summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2021-04-23 19:19:47 -0230
committerTim Oram <dev@mitmaro.ca>2021-04-23 21:37:43 -0230
commit26202b533e8f8265edf939744718b2aac98cf4c3 (patch)
treef808fc84b7ae5d42d58a0e991ca4e072c6ed236a /README.md
parent425a9beb887ac92c3444ed03382cbd365b4f5a00 (diff)
Fix typos in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 86ee3f4..003aecb 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Native cross-platform full feature terminal based [sequence editor][git-sequence
## Features
-### Cross platform
+### Cross-platform
Built and works on Linux, macOS, Windows and BSD.
@@ -51,7 +51,7 @@ Change action and reorder multiple lines at once with visual mode.
### View commit details and diff
-View the commit overview and a full commit diff with a press of a key.
+View the commit overview, and a full commit diff with a press of a key.
![Commit overview](/docs/assets/images/girt-commit-overview.gif?raw=true)
@@ -83,7 +83,7 @@ Need to do something in your Git editor? Quickly shell out to your editor, make
### Windows
-#### Standard Command Pompt
+#### Standard Command Prompt
git config --global sequence.editor "'C:/path/to/interactive-rebase-tool.exe'"