README.rdoc in timepiece-0.1.8 vs README.rdoc in timepiece-0.1.9
- old
+ new
@@ -61,5 +61,13 @@
It is now also possible to make use of a basic timer. To start a count from `Time.now`, simply include `timer` in your Rails projects.
* The helper also takes a time object as a parameter, for example:
<%= timer(User.first.created_at) %>
+
+== Countdown
+
+There is also a basic countdown implementation. To start a countdown to 2016, simply include `countdown` in your Rails projects.
+
+* The helper also takes a time object as a parameter, for example:
+
+ <%= countdown(Time.new(2016, 3, 14)) %> <!-- My birthday and, of course, Pi day -->