From: Tim Wood Date: Tue, 8 Mar 2011 04:00:58 +0000 (-0800) Subject: More documentation copy fixes X-Git-Tag: 0.3.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3581f5142b99cc2663f344893e246db08c84cf95;p=thirdparty%2Fmoment.git More documentation copy fixes --- diff --git a/README.markdown b/README.markdown index 02339723e..aecec6519 100644 --- a/README.markdown +++ b/README.markdown @@ -250,17 +250,17 @@ object with the paremeters you wish to overwrite. timeago = { future: "in %s", past: "%s ago", - S: "less than a minute", - m: "about a minute", - M: "%d minutes", - h: "about an hour", - H: "about %d hours", - d: "a day", - D: "%d days", - l: "about a month", - L: "%d months", - y: "about a year", - Y: "%d years" + ss: "less than a minute", + m: "about a minute", + mm: "%d minutes", + h: "about an hour", + hh: "about %d hours", + d: "a day", + dd: "%d days", + M: "about a month", + MM: "%d months", + y: "about a year", + yy: "%d years" } });