From 1f6706e98e52618965df80673dc545cf878ee408 Mon Sep 17 00:00:00 2001
From: "Glenn Y. Rolland" <glenux@glenux.net>
Date: Wed, 25 Feb 2015 17:22:20 +0100
Subject: [PATCH] Fix readme.

---
 README.md               | 15 ++++++++-------
 lib/timecost/version.rb |  2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 03ab5a8..ed4ed1a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Installation
 
 Install the project with:
 
-    $ gem install timecost
+    gem install timecost
 
 Usage
 -----
@@ -32,8 +32,8 @@ TOTAL: 3.36 hours
 To get the time spent on your project since a given date
 
 ```
-$ git timecost -d 2013-03-01
-set date filter to 2013-03-01
+$ git timecost --after 2013-03-01
+set date filter to >= 2013-03-01
 (1.0) 2013-09-23T13:02:39+02:00 - 2013-09-23T14:02:39+02:00
         * Glenn Y. Rolland <glenux@glenux.net>
           Add support for import / export / merge of ranges.
@@ -42,15 +42,16 @@ TOTAL: 1.00 hours
 ```
 
 For other possibilities
-```
-$ git timecost -h
-```
+
+    git timecost -h
+
 
 Contributing
 ------------
 
-1. Fork it ( https://github.com/[my-github-username]/timecost/fork )
+1. Fork it ( https://github.com/glenux/timecost/fork )
 2. Create your feature branch (`git checkout -b my-new-feature`)
 3. Commit your changes (`git commit -am 'Add some feature'`)
 4. Push to the branch (`git push origin my-new-feature`)
 5. Create a new Pull Request
+
diff --git a/lib/timecost/version.rb b/lib/timecost/version.rb
index 9d672f4..4c23059 100644
--- a/lib/timecost/version.rb
+++ b/lib/timecost/version.rb
@@ -1,3 +1,3 @@
 module Timecost
-  VERSION = "0.2.0"
+  VERSION = "0.2.1"
 end