README.md in timespan-0.5.7 vs README.md in timespan-0.5.9

- old
+ new

@@ -260,9 +260,19 @@ This gem can be used in combination with [Time lord](https://github.com/krainboltgreene/time-lord), which has a lot of functionality for time periods, conversions, calculations and outputting to strings etc. Some initial support for `time-lord` has been added, but not yet tested. Please help out ;) +Since integration with *time-lord* is not yet complete and tested, to use the experimental features, use: + +`require 'timespan/extensions/time_lord'` + +There are known issues with time_lord so that: + +`4.days.from_now` returns a date far into the future! + +I hope this gets fixed soon! + ## Chronic duration Is used to parse duration strings if Spanner can't be handle it `ChronicDuration.parse('4 minutes and 30 seconds')