README.md in time_zone_ext-0.0.1 vs README.md in time_zone_ext-0.0.2

- old
+ new

@@ -1,5 +1,5 @@ -# TimeZoneExt +# TimeZoneExt [![Build Status](https://secure.travis-ci.org/doz/time_zone_ext.png?branch=master)](http://travis-ci.org/doz/time_zone_ext) `ActiveSupport::TimeZone` class defines almost every method you need to handle time. Thus providing you with convenient means (`Time.zone.now`, `Time.zone.parse(str)`, etc.) to get time in current time zone. When you get time string from an external service and `parse` can't handle it you need to use `strptime` method. \ No newline at end of file