README.markdown in timeframe-0.1.1 vs README.markdown in timeframe-0.2.0

- old
+ new

@@ -1,9 +1,20 @@ # timeframe A Ruby class for describing and interacting with timeframes. +## Real-world usage + +<p><a href="http://brighterplanet.com"><img src="https://s3.amazonaws.com/static.brighterplanet.com/assets/logos/flush-left/inline/green/rasterized/brighter_planet-160-transparent.png" alt="Brighter Planet logo"/></a></p> + +We use `timeframe` for [data science at Brighter Planet](http://brighterplanet.com/research) and in production at + +* [Brighter Planet's impact estimate web service](http://impact.brighterplanet.com) +* [Brighter Planet's reference data web service](http://data.brighterplanet.com) + +Originally proposed to us by [the awesome programmers at fingertips](http:/fngtps.com) + ## Based on ISO 8601 As [documented by wikipedia](http://en.wikipedia.org/wiki/ISO_8601#Time_intervals), time intervals are like: 1. Start and end, such as `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` @@ -30,11 +41,9 @@ ## Documentation http://rdoc.info/projects/rossmeissl/timeframe ## Acknowledgements - -The good parts of Timeframe all came from the gentlemen at Fingertips[http://fngtps.com]. Thanks to @artemk for https://github.com/rossmeissl/timeframe/pull/5 ## Copyright