From 960e71e83ef2ac4e3cc1746d2e465d76b6029115 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Ujihisa Date: Wed, 16 Dec 2015 15:04:06 -0800 Subject: [PATCH] Fix English --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5bb4dec..ac48922 100644 --- a/README.md +++ b/README.md @@ -42,24 +42,23 @@ Run `:Repl` without saving the code on a file. * Python (You can chose python2 or python3 interpreter) ## TODO + * Erlang ## Installation -Example for neobundle.vim +Example for [neobundle.vim](https://github.com/Shougo/neobundle.vim) -Please write your .vimrc +Please add the following line into your .vimrc NeoBundle 'ujihisa/repl.vim' -and run :NeoBundleInstall +and run `:NeoBundleInstall`. -will be available soon. - -## Requries +## Requirements * [vimshell.vim](https://github.com/Shougo/vimshell.vim) -* [vimproc.vim](https://github.com/Shougo/vimproc.vim) (vimproc.vim was required by vimshell.vim) +* [vimproc.vim](https://github.com/Shougo/vimproc.vim) (vimproc.vim is required by vimshell.vim) ## Authors