diff --git a/README.markdown b/README.markdown index f38038d1..3b80ecfb 100644 --- a/README.markdown +++ b/README.markdown @@ -23,23 +23,31 @@ Now, let's attach it to your timestamps on DOM ready - put this in the head sect ``` -This will turn all abbr elements with a class of timeago and an ISO 8601 timestamp in the title: +This will turn all abbr elements with a class of timeago and an ISO 8601 +timestamp in the title (conforming to the +[datetime design pattern microformat](http://microformats.org/wiki/datetime-design-pattern)): ```html -July 17, 2008 +December 17, 2011 ``` into something like this: ```html -about 1 day ago +about 1 day ago +``` + +HTML5 `