diff --git a/examples/amd-bower/README.md b/examples/amd-bower/README.md index c7ed70158..0ea1e5d5c 100644 --- a/examples/amd-bower/README.md +++ b/examples/amd-bower/README.md @@ -60,6 +60,6 @@ information, see [bower's cldr-data](https://github.com/rxaviers/cldr-data-bower Once you've completed the requirements above: 1. Start a server by running `python -m SimpleHTTPServer` or other alternative servers such as [http-server](https://github.com/nodeapps/http-server), [nginx](http://nginx.org/en/docs/), [apache](http://httpd.apache.org/docs/trunk/). -1. Open your JavaScript console to see the demo output. +1. Point your browser at `http://localhost:8000/`. 1. Understand the demo by reading the source code (both index.html and main.js). We have comments there for you. diff --git a/examples/amd-bower/index.html b/examples/amd-bower/index.html index 6186f2815..a5f9913ef 100644 --- a/examples/amd-bower/index.html +++ b/examples/amd-bower/index.html @@ -10,8 +10,10 @@

Globalize Hello World (AMD + bower)

Requirements

diff --git a/examples/plain-javascript/README.md b/examples/plain-javascript/README.md index 713b42dee..4a902bd6c 100644 --- a/examples/plain-javascript/README.md +++ b/examples/plain-javascript/README.md @@ -16,10 +16,10 @@ Before running it, execute the requirements below. Globalize's dependencies are listed on [Getting Started](../../README.md#dependencies), and the only one is -[cldr.js](https://github.com/rxaviers/cldrjs). You are free to fetch it the way +[cldrjs](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: -1. Click at [cldr.js releases tab](https://github.com/rxaviers/cldrjs/releases). +1. Click at [cldrjs releases tab](https://github.com/rxaviers/cldrjs/releases). 1. Download the latest package. 1. Unzip it. 1. Move its `dist/` files into `cldrjs` of this directory. @@ -36,7 +36,7 @@ Then, you'll get this: └── index.html ``` -For more information read [cldr.js' usage and +For more information read [cldrjs' usage and installation](https://github.com/rxaviers/cldrjs#usage-and-installation) docs. **2. CLDR content** diff --git a/examples/plain-javascript/index.html b/examples/plain-javascript/index.html index 254932143..bd8973cae 100644 --- a/examples/plain-javascript/index.html +++ b/examples/plain-javascript/index.html @@ -10,7 +10,7 @@

Globalize Hello World (plain javascript)

Requirements

@@ -28,7 +28,7 @@

Demo output