Skip to content

Commit

Permalink
replaced the .rdoc with a .md
Browse files Browse the repository at this point in the history
  • Loading branch information
James Robertson committed Mar 27, 2014
1 parent 4dad55a commit 87a13f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rdoc → 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'
Expand Down Expand Up @@ -54,4 +54,5 @@ Examples of parse-able strings:
* 'not before 6pm'
* 'except after 6pm'
* 'Sunday, after 6pm'
* 'Saturday, not after 6pm'
* 'Saturday, not after 6pm'

0 comments on commit 87a13f7

Please sign in to comment.