From 7169da21ba694263dc68d711d9223e0ad12a3bc7 Mon Sep 17 00:00:00 2001 From: terry3 Date: Sun, 13 Mar 2016 16:19:21 +0800 Subject: [PATCH] Highlight 'NOT' word in example page. --- examples/basic-commonjs/index.html | 2 +- examples/basic-jsx-external/index.html | 4 ++-- examples/basic-jsx-harmony/index.html | 2 +- examples/basic-jsx-precompile/index.html | 2 +- examples/basic-jsx/index.html | 2 +- examples/basic/index.html | 2 +- examples/quadratic/index.html | 2 +- examples/transitions/index.html | 2 +- examples/webcomponents/index.html | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/basic-commonjs/index.html b/examples/basic-commonjs/index.html index 71cf3c96c1..0b6c023c3f 100644 --- a/examples/basic-commonjs/index.html +++ b/examples/basic-commonjs/index.html @@ -13,7 +13,7 @@ GitHub.

- If you can see this, React is not working right. + If you can see this, React is not working right. If you checked out the source from GitHub make sure to run grunt.

diff --git a/examples/basic-jsx-external/index.html b/examples/basic-jsx-external/index.html index f95f20f837..4d0c862075 100644 --- a/examples/basic-jsx-external/index.html +++ b/examples/basic-jsx-external/index.html @@ -10,9 +10,9 @@

Basic Example with External JSX

- If you can see this, React is not working right. This is probably because you're viewing + If you can see this, React is not working right. This is probably because you're viewing this on your file system instead of a web server.
- Try navigating to the React root + Try navigating to the React root

           cd /path/to/react
         
diff --git a/examples/basic-jsx-harmony/index.html b/examples/basic-jsx-harmony/index.html index a57647000a..c0fab34783 100644 --- a/examples/basic-jsx-harmony/index.html +++ b/examples/basic-jsx-harmony/index.html @@ -13,7 +13,7 @@ GitHub.

- If you can see this, React is not working right. + If you can see this, React is not working right. If you checked out the source from GitHub make sure to run grunt.

diff --git a/examples/basic-jsx-precompile/index.html b/examples/basic-jsx-precompile/index.html index 53a84f8764..88720b6a01 100644 --- a/examples/basic-jsx-precompile/index.html +++ b/examples/basic-jsx-precompile/index.html @@ -9,7 +9,7 @@

Basic Example with Precompiled JSX

- If you can see this, React is not running. Try running: + If you can see this, React is not running. Try running:

npm install -g babel-cli
 cd examples/basic-jsx-precompile/
diff --git a/examples/basic-jsx/index.html b/examples/basic-jsx/index.html
index b76b89e6f5..8568771c6a 100644
--- a/examples/basic-jsx/index.html
+++ b/examples/basic-jsx/index.html
@@ -13,7 +13,7 @@
         GitHub.
       

- If you can see this, React is not working right. + If you can see this, React is not working right. If you checked out the source from GitHub make sure to run grunt.

diff --git a/examples/basic/index.html b/examples/basic/index.html index b676080245..9fc1fb3c30 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -13,7 +13,7 @@ GitHub.

- If you can see this, React is not working right. + If you can see this, React is not working right. If you checked out the source from GitHub make sure to run grunt.

diff --git a/examples/quadratic/index.html b/examples/quadratic/index.html index 0ebcdf84d1..b4da018393 100644 --- a/examples/quadratic/index.html +++ b/examples/quadratic/index.html @@ -9,7 +9,7 @@

Quadratic Formula Calculator

- If you can see this, React is not working right. This is probably because you're viewing + If you can see this, React is not working right. This is probably because you're viewing this on your file system instead of a web server. Try running

           python -m SimpleHTTPServer
diff --git a/examples/transitions/index.html b/examples/transitions/index.html
index a2a89b3644..7f3c9f3a50 100644
--- a/examples/transitions/index.html
+++ b/examples/transitions/index.html
@@ -14,7 +14,7 @@
         GitHub.
       

- If you can see this, React is not working right. + If you can see this, React is not working right. If you checked out the source from GitHub make sure to run grunt.

diff --git a/examples/webcomponents/index.html b/examples/webcomponents/index.html index ca18b731fa..caa72c1798 100644 --- a/examples/webcomponents/index.html +++ b/examples/webcomponents/index.html @@ -13,7 +13,7 @@ GitHub.

- If you can see this, React is not working right. + If you can see this, React is not working right. If you checked out the source from GitHub make sure to run grunt.