From 3379dd0fc857b39b63e9e9a5f16ba4e59eae8b08 Mon Sep 17 00:00:00 2001 From: Alex George Date: Tue, 31 May 2016 21:42:25 -0400 Subject: [PATCH] Fix typo in README (#38) The color scheme setting should be 'colorscheme' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cac84d0..a3abeb2 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,12 @@ Preview image taken using: ```vim syntax on - color scheme onedark + colorscheme onedark ``` ## Options -**Note:** All options should be set **before** the `color scheme onedark` line in your `~/.vimrc`. +**Note:** All options should be set **before** the `colorscheme onedark` line in your `~/.vimrc`. * `g:onedark_termcolors` **(see [Installation](#installation) (above) before using this setting)**: Set to `256` for 256-color terminals (the default), or set to `16` to use your terminal emulator's native colors.