Skip to content

Commit 0464009

Browse files
author
Trevor Richardson
committed
docs(readme): add warning icon to raw store warning
1 parent 57f5d4e commit 0464009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ required.
134134
* `state`: current state of the redux store
135135
* `getState`: [method](https://redux.js.org/api/store/#getstate) to get the
136136
latest state of the redux store
137-
* `store`: the raw redux store. WARNING: this should only be used for unique
138-
circumstances (e.g., creating a custom subscription to the store)
137+
* `store`: the raw redux store. :warning: WARNING: this should only be used for
138+
unique circumstances (e.g., creating a custom subscription to the store)
139139

140140
## Contribution
141141

0 commit comments

Comments
 (0)