@@ -1,6 +1,7 @@
# Globalize

[![Build Status](https://secure.travis-ci.org/jquery/globalize.svg)](http://travis-ci.org/jquery/globalize)
https://travis-ci.org/jquery/globalize.svg
[![Build Status](https://secure.travis-ci.org/jquery/globalize.sv?branch=masterg)](http://travis-ci.org/jquery/globalize)
[![devDependency Status](https://david-dm.org/jquery/globalize/status.svg)](https://david-dm.org/jquery/globalize#info=dependencies)
[![devDependency Status](https://david-dm.org/jquery/globalize/dev-status.svg)](https://david-dm.org/jquery/globalize#info=devDependencies)

@@ -210,9 +211,9 @@ functionalities, etc.

An example is worth a thousand words. Check out our Hello World demo (available
to you in different flavors):
- [Hello World (AMD + bower)](doc/hello-world/amd-bower/).
- [Hello World (Node.js + npm)](doc/hello-world/node-npm/).
- [Hello World (plain JavaScript)](doc/hello-world/plain-javascript/).
- [Hello World (AMD + bower)](examples/amd-bower/).
- [Hello World (Node.js + npm)](examples/node-npm/).
- [Hello World (plain JavaScript)](examples/plain-javascript/).


<a name="api"></a>
File renamed without changes.
@@ -19,7 +19,7 @@ Before running it, execute the requirements below.
**1. Install Globalize**

Let's use bower to download Globalize. For more information on regard of
installation, please read [Getting Started](../../../README.md#installation).
installation, please read [Getting Started](../../README.md#installation).

```
bower install
@@ -52,7 +52,7 @@ No action needed, because bower has already handled that for us.

Download the [latest Unicode CLDR JSON
ZIP](http://www.unicode.org/Public/cldr/latest/json.zip) and unzip it into
`cldr/`. For more information read [Getting Started](../../../README.md#cldr).
`cldr/`. For more information read [Getting Started](../../README.md#cldr).

```
wget http://www.unicode.org/Public/cldr/latest/json.zip
File renamed without changes.
File renamed without changes.
@@ -12,7 +12,7 @@ require.config({
text: "./bower_components/requirejs-text/text",

// Globalize path. Note it's already available on this repository. If it's not, read Usage on Getting Started on the root's README.md.
globalize: "../../../dist/globalize"
globalize: "../../dist/globalize"
}
});

@@ -18,7 +18,7 @@ Before running it, execute the requirements below.
**1. Install Globalize**

Let's use npm to download Globalize. For more information on regard of
installation, please read [Getting Started](../../../README.md#installation).
installation, please read [Getting Started](../../README.md#installation).

```
npm install
@@ -47,7 +47,7 @@ No action needed, because npm has already handled that for us.

Download the [latest Unicode CLDR JSON
ZIP](http://www.unicode.org/Public/cldr/latest/json.zip) and unzip it into
`cldr/`. For more information read [Getting Started](../../../README.md#cldr).
`cldr/`. For more information read [Getting Started](../../README.md#cldr).

```
wget http://www.unicode.org/Public/cldr/latest/json.zip
File renamed without changes.
File renamed without changes.
@@ -15,7 +15,7 @@ Before running it, execute the requirements below.
**1. Dependencies**

Globalize's dependencies are listed on [Getting
Started](../../../README.md#dependencies), and the only one is
Started](../../README.md#dependencies), and the only one is
[cldr.js](https://github.com/rxaviers/cldrjs). You are free to fetch it the way
you want. But, as an exercise of this demo, we'll download it ourselves. So:

@@ -27,10 +27,10 @@ <h2>Demo output</h2>
this repository. If it's not, read Usage on Getting Started on the root's
README.md.
-->
<script src="../../../dist/globalize.js"></script>
<script src="../../../dist/globalize/date.js"></script>
<script src="../../../dist/globalize/number.js"></script>
<script src="../../../dist/globalize/plural.js"></script>
<script src="../../dist/globalize.js"></script>
<script src="../../dist/globalize/date.js"></script>
<script src="../../dist/globalize/number.js"></script>
<script src="../../dist/globalize/plural.js"></script>

<script>