diff --git a/examples/counter/README.md b/examples/counter/README.md new file mode 100644 index 00000000..524cb4c1 --- /dev/null +++ b/examples/counter/README.md @@ -0,0 +1,6 @@ +# Redux DevTools Counter example + +## Getting Started + +1. Install dependencies: `npm i` +2. Start the development server: `npm start` diff --git a/examples/counter/package.json b/examples/counter/package.json index 2c03ff3a..293a2f72 100644 --- a/examples/counter/package.json +++ b/examples/counter/package.json @@ -8,13 +8,13 @@ }, "repository": { "type": "git", - "url": "https://github.com/gaearon/redux.git" + "url": "https://github.com/gaearon/redux-devtools.git" }, "license": "MIT", "bugs": { - "url": "https://github.com/gaearon/redux/issues" + "url": "https://github.com/gaearon/redux-devtools/issues" }, - "homepage": "https://github.com/gaearon/redux#readme", + "homepage": "https://github.com/gaearon/redux-devtools#readme", "dependencies": { "react": "^0.13.3", "react-redux": "^0.2.1", diff --git a/examples/todomvc/README.md b/examples/todomvc/README.md new file mode 100644 index 00000000..da2a8208 --- /dev/null +++ b/examples/todomvc/README.md @@ -0,0 +1,6 @@ +# Redux DevTools TodoMVC example + +## Getting Started + +1. Install dependencies: `npm i` +2. Start the development server: `npm start` diff --git a/examples/todomvc/package.json b/examples/todomvc/package.json index e95fa737..de4ad8d4 100644 --- a/examples/todomvc/package.json +++ b/examples/todomvc/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/gaearon/redux.git" + "url": "https://github.com/gaearon/redux-devtools.git" }, "keywords": [ "react", @@ -24,9 +24,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/gaearon/redux/issues" + "url": "https://github.com/gaearon/redux-devtools/issues" }, - "homepage": "https://github.com/gaearon/redux#readme", + "homepage": "https://github.com/gaearon/redux-devtools#readme", "dependencies": { "classnames": "^2.1.2", "react": "^0.13.3",