diff options
author | Jonathan Mast <jon@padorpers.com> | 2015-07-16 19:05:01 -0400 |
---|---|---|
committer | Jonathan Mast <jon@padorpers.com> | 2015-07-16 19:05:01 -0400 |
commit | 6b38f7050d09bf18dddb958b102c6cd065eda3e4 (patch) | |
tree | 41132385ee9908d53b46f43654d2d0c6013693ae /README.md | |
parent | 5952c921e888fd4194a86bfe683c9c23380112a6 (diff) | |
download | deoplete.nvim-6b38f7050d09bf18dddb958b102c6cd065eda3e4.zip |
Fix grammar in README
Various grammar fixes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,11 +2,11 @@ deoplete ======== Deoplete is the abbreviation of "dark powered neo-completion". It -provides asynchronous keyword completion system in the -current buffer. Deoplete cannot be customized and has not many -features currently. It is provided for testing purpose. +provides an asynchronous keyword completion system in the +current buffer. Deoplete cannot be customized and doesn't currently have many +features. It is provided for testing purposes. -**Note:** It is still alpha version! It is not for production use. +**Note:** It is still an alpha version! It is not for production use. ## Installation @@ -28,7 +28,7 @@ You can enable Python3 interface with pip: sudo pip3 install neovim -If you want to read for Neovim-python/python3 interface install documentation, +If you want to read the Neovim-python/python3 interface install documentation, you should read `:help nvim-python`. ## Screenshots |