diff --git a/examples/counter/README.md b/examples/counter/README.md index 524cb4c1..3edaeb51 100644 --- a/examples/counter/README.md +++ b/examples/counter/README.md @@ -1,6 +1,14 @@ # Redux DevTools Counter example -## Getting Started +## Running example -1. Install dependencies: `npm i` -2. Start the development server: `npm start` +``` +git clone https://github.com/gaearon/redux-devtools.git +cd redux-devtools +npm install + +cd examples/counter +npm install +npm start +open http://localhost:3000 +```