diff --git a/examples/ballmer-peak/index.html b/examples/ballmer-peak/index.html index f648368f61..586341e451 100644 --- a/examples/ballmer-peak/index.html +++ b/examples/ballmer-peak/index.html @@ -2,11 +2,11 @@
-If you can see this, React is not working right. This is probably because you're viewing @@ -18,19 +18,9 @@
This is written with JSX in a separate file and transformed in the browser.
-
-- Learn more at + Learn more about React at facebook.github.io/react.
diff --git a/examples/basic-jsx-external/index.html b/examples/basic-jsx-external/index.html index f1abeebb56..024966c00c 100644 --- a/examples/basic-jsx-external/index.html +++ b/examples/basic-jsx-external/index.html @@ -2,68 +2,27 @@ --
--
-cd /Path/To/This/File -python -m SimpleHTTPServer -open -a "Google Chrome" http://localhost:8000/.-
+ python -m SimpleHTTPServer ++ and going to http://localhost:8000/.
This is written with JSX in a separate file and transformed in the browser.
- Example Details: This is built with - browserify. - A separate JSX file is transformed in the browser. + Learn more about React at + facebook.github.io/react.
diff --git a/examples/basic-jsx-precompile/index.html b/examples/basic-jsx-precompile/index.html index 87e92403d0..9f5b0c27fd 100644 --- a/examples/basic-jsx-precompile/index.html +++ b/examples/basic-jsx-precompile/index.html @@ -2,42 +2,26 @@ -- To install React, follow the instructions on - GitHub. -
-- If you can see this, React is not running. You probably didn't run: -
- npm install -g react-tools - jsx . build/ -+ If you can see this, React is not running. Try running: +
npm install -g react-tools +cd examples/basic-jsx-precompile/ +jsx . build/
- npm install -g react-tools - jsx . build/ --
This is written with JSX in a separate file and precompiled to vanilla JS by running:
+npm install -g react-tools +cd examples/basic-jsx-precompile/ +jsx . build/
-
-- Learn more at + Learn more about React at facebook.github.io/react.
diff --git a/examples/basic-jsx/index.html b/examples/basic-jsx/index.html index 6fe8133eb9..8324662ffc 100644 --- a/examples/basic-jsx/index.html +++ b/examples/basic-jsx/index.html @@ -18,19 +18,9 @@This is written with JSX and transformed in the browser.
-
-- Learn more at + Learn more about React at facebook.github.io/react.
diff --git a/examples/basic/index.html b/examples/basic/index.html index 6bdf054154..5871a05041 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -18,16 +18,9 @@This is written in vanilla JavaScript (without JSX) and transformed in the browser.
-
-- Learn more at + Learn more about React at facebook.github.io/react.
diff --git a/examples/transitions/index.html b/examples/transitions/index.html index 63b2322854..2cc093be7a 100644 --- a/examples/transitions/index.html +++ b/examples/transitions/index.html @@ -2,7 +2,7 @@ -This is written with JSX and transformed in the browser.
-
-- Learn more at + Learn more about React at facebook.github.io/react.