Skip to content

Commit

Permalink
Update README.md (#327)
Browse files Browse the repository at this point in the history
* Update README.md
Change `store.ts` to `store.js`.
  • Loading branch information
ytliuSVN committed Mar 4, 2021
1 parent aebd3ef commit 7910110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const wrapper = createWrapper<State>(makeStore, {debug: true});
<summary>Same code in JavaScript (without types)</summary>

```js
// store.ts
// store.js

import {createStore} from 'redux';
import {createWrapper, HYDRATE} from 'next-redux-wrapper';
Expand Down

0 comments on commit 7910110

Please sign in to comment.