]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Updating readme
authorTim Wood <washwithcare@gmail.com>
Fri, 18 Nov 2011 01:52:17 +0000 (17:52 -0800)
committerTim Wood <washwithcare@gmail.com>
Fri, 18 Nov 2011 01:52:17 +0000 (17:52 -0800)
README.markdown

index 35241c685cba3102806bd20f0dcc34ed5852c4eb..cfedd967401a7786047e86e0c07af1c0ffe2311a 100755 (executable)
@@ -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...
 ============