diff --git a/examples/basic-click-counter/index.html b/examples/basic-click-counter/index.html
index da75653eb7..da897494c5 100644
--- a/examples/basic-click-counter/index.html
+++ b/examples/basic-click-counter/index.html
@@ -4,28 +4,28 @@
Basic Example with Click Counter
-
-
+
+
-
diff --git a/examples/basic-commonjs/README.md b/examples/basic-commonjs/README.md
index bd9d2499fa..87025c46e2 100644
--- a/examples/basic-commonjs/README.md
+++ b/examples/basic-commonjs/README.md
@@ -2,6 +2,8 @@
Run `npm install` in the directory to install React from npm. Then run:
- ./node_modules/.bin/browserify --debug --transform reactify ./index.js > ./bundle.js
+```sh
+npm start
+```
to produce `bundle.js` with example code and React.
diff --git a/examples/basic-commonjs/index.html b/examples/basic-commonjs/index.html
index 3a21d04eb4..a63f3016d3 100644
--- a/examples/basic-commonjs/index.html
+++ b/examples/basic-commonjs/index.html
@@ -19,14 +19,11 @@
Example Details
This is written with JSX in a CommonJS module and precompiled to vanilla JS by running:
- browserify --debug --transform reactify index.js > bundle.js
+ npm start
Learn more about React at
facebook.github.io/react.
-
-
-