README.rdoc in timepiece-0.1.9 vs README.rdoc in timepiece-0.1.10

- old
+ new

@@ -68,6 +68,6 @@ 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 --> + <%= countdown(Time.new(2016, 3, 14)) %> <%# My birthday and, of course, Pi day %>