aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-10-18 15:13:32 -0700
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-10-18 15:13:32 -0700
commitf44f651adf76f71f2df9f430a77ed2135e5bc6f9 (patch)
tree0dea69f33aa855500634f73bde4fca432d3fae7c
parentAdd notes on compatibility to the README. (diff)
Change wording in README.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6a806db..6942df2 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@ A high-performance color highlighter for Neovim which has **no external dependen
## Installation and Usage
-Requires Neovim >= 0.4.0 and `termguicolors` (I'm looking into reducing these
-constraints). If you don't have true color for your terminal or are unsure,
-[read this excellent guide](https://github.com/termstandard/colors).
+Requires Neovim >= 0.4.0 and `set termguicolors` (I'm looking into relaxing
+these constraints). If you don't have true color for your terminal or are
+unsure, [read this excellent guide](https://github.com/termstandard/colors).
Use your plugin manager or clone directly into your `runtimepath`.