diff --git a/README.md b/README.md index f8743de..4282cf3 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,6 @@ export const wrapper = createWrapper(makeStore, {debug: true}); Same code in JavaScript (without types) ```js -// store.ts - import {createStore} from 'redux'; import {createWrapper, HYDRATE} from 'next-redux-wrapper';