summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Mast <jon@padorpers.com>2015-07-16 19:05:01 -0400
committerJonathan Mast <jon@padorpers.com>2015-07-16 19:05:01 -0400
commit6b38f7050d09bf18dddb958b102c6cd065eda3e4 (patch)
tree41132385ee9908d53b46f43654d2d0c6013693ae /README.md
parent5952c921e888fd4194a86bfe683c9c23380112a6 (diff)
downloaddeoplete.nvim-6b38f7050d09bf18dddb958b102c6cd065eda3e4.zip
Fix grammar in README
Various grammar fixes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b6cf02d..070389b 100644
--- a/README.md
+++ b/README.md
@@ -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