Skip to content

Commit

Permalink
Fix README.md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebula-Developer authored Oct 11, 2023
1 parent b7cc1aa commit efdc161
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 @@ -65,7 +65,7 @@ export default function () {
### Advanced use of withStore

```JS
import { withStore} from 'react-context-hook'
import { withStore } from 'react-context-hook'

const initialState = { count: 10 }

Expand Down

0 comments on commit efdc161

Please sign in to comment.