Skip to content

Commit

Permalink
Rephrase readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed May 25, 2013
1 parent d3e8b67 commit 96024ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ If you prefer you can also use [Pathogen] [pathogen], [Vundle] [vundle] or a sim

## Options

All options have reasonable defaults so if the plug-in works after installation you don't need to change any options. They options are available for people who like to customize how the plug-in works. These options can be configured in your [vimrc script] [vimrc] by including a line like this:
All options have reasonable defaults so if the plug-in works after installation you don't need to change any options. The options are available for people who like to customize how the plug-in works. You can set these options in your [vimrc script] [vimrc] by including a line like this:

:let g:notes_directories = ['~/Documents/Notes', '~/Dropbox/Shared Notes']

Expand Down
6 changes: 3 additions & 3 deletions doc/notes.txt
Expand Up @@ -141,9 +141,9 @@ clone of the git repository.
Options ~

All options have reasonable defaults so if the plug-in works after
installation you don't need to change any options. They options are available
for people who like to customize how the plug-in works. These options can be
configured in your |vimrc| script by including a line like this:
installation you don't need to change any options. The options are available
for people who like to customize how the plug-in works. You can set these
options in your |vimrc| script by including a line like this:
>
:let g:notes_directories = ['~/Documents/Notes', '~/Dropbox/Shared Notes']
Expand Down

0 comments on commit 96024ad

Please sign in to comment.