diff --git a/README.markdown b/README.markdown index 2f899e6..a3cc5a0 100644 --- a/README.markdown +++ b/README.markdown @@ -137,9 +137,9 @@ can `set guifont=` in your .gvimrc independent of _thematic_. ### Setting an initial theme -By default, _thematic_ isn’t active when Vim starts up. +By default, _thematic_ doesn’t initialize a theme when you start Vim. -But In your `.vimrc` you can set an initial theme for Vim to load: +But you can have it do so by specifying a theme to load in your `.vimrc`: ```vim let g:thematic#theme_name = 'pencil_dark'