Skip to content

Commit

Permalink
fix typo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed May 1, 2012
1 parent 3b42135 commit 3505e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Will calculate time diff in milliseconds between to dates, then allow you to get

t = TimeSpan.new(:from => Date.today, :duration => "7 weeks 3 days")
t = TimeSpan.new(:from => 2.days.ago, :duration => "5 months and 2 weeks")
``
```

See specs for more examples of usage

Expand Down

0 comments on commit 3505e46

Please sign in to comment.