From e6e49e8907aa72a8c1121d6dda1518d62c893405 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Tue, 19 Mar 2013 09:34:12 +0530 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54d8dcb..017170d 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ tables as you type. ### Version 2.0 : * Moved bulk of code to autoload for vimscript optimisation. -### version 1.1 : +### Version 1.1 : * Added Tableize command and mapping to convert existing content into a table. -### version 1.0 : +### Version 1.0 : * First stable release, create tables as you type. ## Getting Started @@ -62,7 +62,7 @@ sure Tabular is installed and loaded into your runtime to ensure this works. the mapping `T` with a `[count]` to apply it to the next `[count]` lines in usual vim style. -### Demo: +### Demo