From: Tim Wood Date: Fri, 18 Nov 2011 01:52:17 +0000 (-0800) Subject: Updating readme X-Git-Tag: 1.2.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=422f683cddc71a6d1ecb1c862b39dff2f226ac9f;p=thirdparty%2Fmoment.git Updating readme --- diff --git a/README.markdown b/README.markdown index 35241c685..cfedd9674 100755 --- a/README.markdown +++ b/README.markdown @@ -1,28 +1,18 @@ Moment.js ========= -Moment.js is a javascript date library that helps create, manipulate, and format dates without extending the `Date` prototype. +A lightweight javascript date library for parsing, manipulating, and formatting dates. -Author: Tim Wood - -Version: 1.0.1 - -2.2 kb (min + gzip) +### Check it out at [momentjs.com](http://momentjs.com). Get it with npm =============== npm install moment -Documentation -============= - -Read the documentation at [momentjs.com/docs/](http://momentjs.com/docs/). - -Unit Tests -========== +### Read the documentation at [momentjs.com/docs/](http://momentjs.com/docs/). -Run the unit tests at [momentjs.com/test/](http://momentjs.com/test/). +### Run the unit tests at [momentjs.com/test/](http://momentjs.com/test/). Thanks to... ============