From 1269c070cdb6c2090c73da02d73153d62e98e329 Mon Sep 17 00:00:00 2001 From: Jason Franklin Date: Fri, 28 Jul 2017 20:47:14 -0400 Subject: [PATCH] Divide the introductory paragraph in the README This paragraph was too long and needed to be broken. --- README.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 2550331..879d96d 100644 --- a/README.markdown +++ b/README.markdown @@ -5,10 +5,12 @@ Introduction ------------ The NERDTree is a file system explorer for the Vim editor. Using this plugin, -you can visually browse complex directory hierarchies, quickly open files for -reading or editing, and perform basic file system operations. This plugin can -also be extended with custom mappings using a special API. The details of this -API and other NERDTree features is described in the included documentation. +users can visually browse complex directory hierarchies, quickly open files for +reading or editing, and perform basic file system operations. + +This plugin can also be extended with custom mappings using a special API. The +details of this API and of other NERDTree features are described in the +included documentation. ![NERDTree Screenshot](https://github.com/scrooloose/nerdtree/raw/master/screenshot.png)