From: Gaƫtan Renaudeau Date: Fri, 18 Mar 2016 10:58:43 +0000 (+0100) Subject: Update README.md X-Git-Tag: 2.13.0~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3053%2Fhead;p=thirdparty%2Fmoment.git Update README.md It's a minor feedback, but when you look at the readme on https://www.npmjs.com/package/moment , it's really not obvious that "Documentation" was a link (because it's a title). maybe it's a bug to raise at npmjs itself, but this PR would fix it. --- diff --git a/README.md b/README.md index 6193e5eb8..c45e9d624 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates. -## [Documentation](http://momentjs.com/docs/) +**[Documentation](http://momentjs.com/docs/)** ## Port to ECMAScript 6 (version 2.10.0)