From 8301c6e56336661c79a58b126ce6e636f6e0a029 Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 22 Aug 2013 22:21:16 +0900 Subject: [PATCH] improve English --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d90bfb3..1e9be91 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ Now you may know what to do. \ ('' != MyModified() ? ' ' . MyModified() : '') endfunction ``` -Define your own filename component. It has priority over the component lightline has. +Define your own filename component. Your component has priority over the default component. ![lightline.vim - tutorial](https://raw.github.com/itchyny/lightline.vim/master/image/tutorial/13.png) Looks nice. @@ -286,4 +286,4 @@ Of course, you can name your component as you wish. \ 'my_filename': 'MyFilename', ... ``` -This is the end of the tutorial. Good luck with your nice statusline. +This is the end of the tutorial. Good luck with your nice statuslines.