README.md in darian_calendar-0.2 vs README.md in darian_calendar-1.0

- old
+ new

@@ -41,10 +41,13 @@ mars_time = DarianCalendar::Time.from_earth(Time.utc(2012, 10, 15, 16, 50, 0)) mars_time = DarianCalendar::Time.from_earth(Time.utc(2012, 10, 15, 16, 50, 0), DarianCalendar::CalendarTypes::AQUA) mars_time = DarianCalendar::Time.parse_earth('2012-10-15 16:50:00 UTC') mars_time = DarianCalendar::Time.parse_earth('2012-10-15 16:50:00 UTC', DarianCalendar::CalendarTypes::MARTIANA) + +mars_date = DarianCalendar::Date.today +mars_date = DarianCalendar::Time.now.to_date ``` ```ruby mars_time.to_s #=> '214-14-26 20:10:02' @@ -87,10 +90,10 @@ # From anywhere in the project directory: bundle exec rspec ``` ## Copyright -- _The Darian Calendar Ruby Gem_ is Copyright © 2014 Christian Worreschk, MarSec. +- _The Darian Calendar Ruby Gem_ is Copyright © 2014 by Christian Worreschk, MarSec. - _The Darian System_ is Copyright © 1986-2005 by Thomas Gangale ## License This Darian Calendar Ruby Gem is released under the [European Union Public Licence V. 1.1](http://opensource.org/licenses/EUPL-1.1).