From 37e3e51fb4561e22c9869e327bb22120159bbee3 Mon Sep 17 00:00:00 2001 From: Jefferson Alexandrino Date: Wed, 14 Sep 2011 10:37:35 -0300 Subject: [PATCH] FIX: readme --- README.markdown | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 ------------------ -- 2.47.2