Skip to content

Commit 5e2c9a9

Browse files
author
Hamed Taheri
committed
doc update
1 parent b992c26 commit 5e2c9a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Fully native `global state manager` using react `Hooks` (React > 16.8). You can use this library instead of Redux or MobX. also you can access state from all of your components and behavior with them using hooks.
88

99
A nice state management lib for React that uses the React's useState hook. Which basically means no magic behind the curtains, only pure react APIs being used to share state across components.
10-
## Examle:
10+
## Example:
1111

1212
[![Edit ecstatic-chatterjee-jvyd2](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/ecstatic-chatterjee-jvyd2?fontsize=14&hidenavigation=1&theme=dark)
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux-global-state-manager",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Fully native global state manager using react Hooks. You can use this library instead of Redux or Mobx. also you can access state from all of your components and behavior with them using hooks.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)