summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2017-05-03 11:15:57 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2017-05-03 11:15:57 +0900
commitfbaede26d2a0eab8577b4b91f8ae53b9d723632b (patch)
tree8893a0c1aea54e1a241828cf8c3b53beb096b596
parent086507ec6393d40630fedad99812a83d97acdb74 (diff)
downloaddeoplete.nvim-fbaede26d2a0eab8577b4b91f8ae53b9d723632b.zip
Improve README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 739f40e..9884579 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ To view the current options, please consult the
## Installation
**Note:** deoplete requires Neovim(latest is recommended) with Python3 and
-timers enabled. See [requirements](#requirements) if you aren't sure whether
-you have this.
+timers(neovim ver.0.1.5+) enabled. See [requirements](#requirements) if you
+aren't sure whether you have this.
1. Extract the files and put them in your Neovim directory
(usually `$XDG_CONFIG_HOME/nvim/`).