aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2013-07-13 07:16:53 +0100
committerChris Kempson <git@chriskempson.com>2013-07-13 07:16:53 +0100
commit7fc21724213b4101cd993231dfe590737723856c (patch)
treeec8f8eceefea2aca16be9f157b67e5f326d0e8a9
parent701117e91e3ee20cb27b8da1d7d149e74c023746 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7c9caeb..2112394 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ Add the following to your `~/.vimrc` file.
cp base16/colors/*.vim .
## 265 colorspace
-If using a Base16 terminal theme designed to keep the 16 ANSI colors intact (a "256" variation) and have sucessfully modified your 256 colorspace with [base16-shell](https://github.com/chriskempson/base16-shell) you'll need to add the following to your `~/.vimrc` **before** the colorsheme declaration.
+If using a Base16 terminal theme designed to keep the 16 ANSI colors intact (a "256" variation) **and** have sucessfully modified your 256 colorspace with [base16-shell](https://github.com/chriskempson/base16-shell) you'll need to add the following to your `~/.vimrc` **before** the colorsheme declaration.
let base16colorspace=256 " Access colors present in 256 colorspace
-This will cause vim to acess the colours in the modified 256 colorpsace. Please **do not** enable this simply because you have a 256 color terminal as this will cause colors to be displayed incorrectly.
+This will cause vim to access the colours in the modified 256 colorpsace. Please **do not** enable this simply because you have a 256 color terminal as this will cause colors to be displayed incorrectly.