From 87a13f77b7208c7ac650053fdfb92bbc6a4904bb Mon Sep 17 00:00:00 2001 From: James Robertson Date: Thu, 27 Mar 2014 22:02:47 +0000 Subject: [PATCH] replaced the .rdoc with a .md --- README.rdoc => README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename README.rdoc => README.md (94%) diff --git a/README.rdoc b/README.md similarity index 94% rename from README.rdoc rename to README.md index f767640..0047a37 100644 --- a/README.rdoc +++ b/README.md @@ -1,15 +1,15 @@ -= Chronic Between +# Chronic Between A simple Ruby natural language parser for date and time ranges. (For example, Mon-Fri 09:00-16:30, etc.) Returns a boolean result. Several date and time ranges can be supplied with matching patterns being separated by a comma. -== Installation +## Installation $ sudo gem sources -a http://gemcutter.org $ sudo gem install chronic_between -== Usage +## Usage >> s = 'Mon-Fri 9:00-16:30, Saturday, Sunday' @@ -54,4 +54,5 @@ Examples of parse-able strings: * 'not before 6pm' * 'except after 6pm' * 'Sunday, after 6pm' -* 'Saturday, not after 6pm' \ No newline at end of file +* 'Saturday, not after 6pm' +