diff --git a/README.md b/README.md
index 67b55d0e5e4..c6aa302156b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,9 @@ npm start
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
-
+
+
+
### Get Started Immediately
diff --git a/package.json b/package.json
index 5758c6263af..e912ba893b3 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"postinstall": "node bootstrap.js && cd packages/react-error-overlay/ && npm run build:prod",
"publish": "tasks/release.sh",
"start": "node packages/react-scripts/scripts/start.js",
+ "screencast": "svg-term --cast hItN7sl5yfCPTHxvFg5glhhfp --out screencast.svg --window",
"test": "node packages/react-scripts/scripts/test.js --env=jsdom",
"format": "prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'",
"precommit": "lint-staged"
@@ -19,7 +20,8 @@
"lerna": "^2.0.0",
"lerna-changelog": "^0.6.0",
"lint-staged": "^3.3.1",
- "prettier": "1.6.1"
+ "prettier": "1.6.1",
+ "svg-term-cli": "^2.0.3"
},
"lint-staged": {
"*.js": [
diff --git a/screencast.svg b/screencast.svg
new file mode 100644
index 00000000000..d92ef4c6105
--- /dev/null
+++ b/screencast.svg
@@ -0,0 +1 @@
+
\ No newline at end of file