diff --git a/examples/with-immutable-redux-wrapper/README.md b/examples/with-immutable-redux-wrapper/README.md index b2ed38f24217c..7fdf1902a58cb 100644 --- a/examples/with-immutable-redux-wrapper/README.md +++ b/examples/with-immutable-redux-wrapper/README.md @@ -1,6 +1,6 @@ # Immutable Redux Example -> This example and documentation is based on the [with-redux](https://github.com/zeit/next.js/tree/master/examples/with-redux) example. +> This example and documentation is based on the [with-redux-wrapper](https://github.com/zeit/next.js/tree/master/examples/with-redux-wrapper) example. ## How to use diff --git a/examples/with-immutable-redux-wrapper/package.json b/examples/with-immutable-redux-wrapper/package.json index 6680fe1e33d64..0077829e4eba7 100644 --- a/examples/with-immutable-redux-wrapper/package.json +++ b/examples/with-immutable-redux-wrapper/package.json @@ -9,7 +9,7 @@ "dependencies": { "immutable": "4.0.0-rc.9", "next": "latest", - "next-redux-wrapper": "2.0.0-beta.6", + "next-redux-wrapper": "4.0.1", "react": "^16.7.0", "react-dom": "^16.7.0", "react-redux": "^5.0.1",