From: Tim Wood Date: Thu, 24 Mar 2011 18:33:44 +0000 (-0700) Subject: Added filesize to readme X-Git-Tag: 0.3.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2728db69dd2b0552a85513dbe32d31c38a1aebf7;p=thirdparty%2Fmoment.git Added filesize to readme --- diff --git a/README.markdown b/README.markdown index 16d383d1c..ffa45dac0 100644 --- a/README.markdown +++ b/README.markdown @@ -12,6 +12,11 @@ In addition to the date creation and manipulation functions, there are a few fun _.date(new Date(2010, 1, 14, 15, 25, 50, 125)).format("dddd, MMMM Do YYYY, h:mm:ss a"); // "Sunday, February 14th 2010, 3:25:50 pm" _.date(new Date(2010, 1, 14, 15, 25, 50, 125)).fromNow(); // "20 days ago" +#### Filesize + +minified 3.73k + +gzipped 1.6k _.date() ========