]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
FIX: readme 12/head
authorJefferson Alexandrino <jalex79@gmail.com>
Wed, 14 Sep 2011 13:37:35 +0000 (10:37 -0300)
committerJefferson Alexandrino <jalex79@gmail.com>
Wed, 14 Sep 2011 13:37:35 +0000 (10:37 -0300)
README.markdown

index 810aca00ba83fb8f08e312a26947f7218d4ba27b..c38484770e706eb9e8c8aa90ad930a27f20abc8f 100755 (executable)
@@ -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
 ------------------