Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 authored May 9, 2020
1 parent 055d939 commit 000297d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ State management made super simple
<h2>✨ Features</h2>

- Tiny with 0 dependency and simple (less than 1.5kb)
- Persist state by default (`sessionStorage`)
- Persist state by default (`sessionStorage` or `localStorage`)
- Build with React Hooks
- Compatible with React Native

Expand Down Expand Up @@ -137,7 +137,7 @@ createStore({
export default () => {
return (
<StateMachineProvider>
{process.env.NODE_ENV !== 'production' && <DevTool />}
<DevTool />
<YourComponent />
</StateMachineProvider>
);
Expand Down

0 comments on commit 000297d

Please sign in to comment.