Skip to content

Commit

Permalink
Merge pull request #102 from Nebula-Developer/patch-1
Browse files Browse the repository at this point in the history
Fix README.md formatting
  • Loading branch information
Spyna authored Oct 11, 2023
2 parents b7cc1aa + efdc161 commit f98e281
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 f98e281

Please sign in to comment.