From aeb7b8177aeb0840701172ffa2fb12f900c9ac74 Mon Sep 17 00:00:00 2001 From: Aleh Kashnikau Date: Thu, 3 Sep 2015 11:16:35 +0300 Subject: [PATCH] fixed list style in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b508f6..b486a92 100644 --- a/README.md +++ b/README.md @@ -30,18 +30,18 @@ Padawan.vim requires: Installation ------------ -Install Padawan.vim using any of the popular plugin managers like Pathogen, -Vundle, Neobundle or Plug. +You can install Padawan.vim using any of the popular plugin managers like +Pathogen, Vundle, Neobundle or Plug. -1. Make sure you have installed padawan.php package: +- Make sure you have installed padawan.php package: ```bash $ composer global require mkusher/padawan ``` -2. Configure $PATH variable. You may add $PATH to your vimrc: +- Configure $PATH variable. You may add $PATH to your vimrc: ```vim let $PATH=$PATH . ':' . expand('~/.composer/vendor/bin') ``` -3. Configure composer command: +- Configure composer command: ```vim let g:padawan#composer_command = "php /path/to/composer.phar" ```