From: Jefferson Alexandrino Date: Wed, 14 Sep 2011 13:37:35 +0000 (-0300) Subject: FIX: readme X-Git-Tag: 0.6.0~10^2^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F12%2Fhead;p=thirdparty%2Fmoment.git FIX: readme --- diff --git a/README.markdown b/README.markdown index 810aca00b..c38484770 100755 --- a/README.markdown +++ b/README.markdown @@ -521,17 +521,19 @@ Localization and Customization ============================== To customize the wording of `_date.format()` and `_date.from()`, the strings are exposed through the _date object. You can modify these however you see fit. -Or, put in the beginnin of your project, - - require('./underscore.date.languages').portuguese(); - -Portuguese was the language choose in this example. Examples : _date.relativeTime.future = "%s from now"; _date.relativeTime.past = "%s in the past"; + +Or, put in the beginnin of your project, (the path to this file is inside the project. Point to them.) + + require('./underscore.date.languages').portuguese(); + +Portuguese was the language choose in this example. + _date.relativeTime ------------------