Skip to content

Commit af81f1c

Browse files
authored
Remove unnecessary code highlighting
1 parent e3cecdc commit af81f1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ npm i <a href="https://www.npmjs.com/package/react-localstorage-hooks">react-loc
2525

2626

2727
### Documentation
28-
- [`useLocalStorageState`](./src/useLocalStorageState/): creates reactive state variables synced with `localStorage`.
29-
- [`useLocalStorageReducer`](./src/useLocalStorageReducer/): similar to [`useReducer`](https://reactjs.org/docs/hooks-reference.html#usereducer) but abstracted on top of `localStorage`.
30-
- [`useLocalStorageSelector`](./src/useLocalStorageSelector/): hook to select some data from `localStorage` that automatically updates when selected data changes.
31-
- [`createLocalStorageDispatch`](./src/createLocalStorageDispatch/): creates a `dispatch` method that directly updates `localStorage`.
28+
- [`useLocalStorageState`](./src/useLocalStorageState/): creates reactive state variables synced with localStorage.
29+
- [`useLocalStorageReducer`](./src/useLocalStorageReducer/): similar to [`useReducer`](https://reactjs.org/docs/hooks-reference.html#usereducer) but abstracted on top of localStorage.
30+
- [`useLocalStorageSelector`](./src/useLocalStorageSelector/): hook to select some data from localStorage that automatically updates when selected data changes.
31+
- [`createLocalStorageDispatch`](./src/createLocalStorageDispatch/): creates a dispatch method that directly updates localStorage.
3232

3333
### Usage
3434
- Make sure your project is using React 16.18.0 or above.

0 commit comments

Comments
 (0)