Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alhacen committed Aug 19, 2021
1 parent 5f3a2bc commit a0ae093
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jedisdb",
"version": "0.1.2",
"version": "0.1.3",
"description": "React key-value state management solution, accessible in all components",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">usejedis</h1>
<h1 align="center">jedisdb</h1>
<h3 align="center">redis like key-value state management solution for React</h3>
<p align="center">Reactive, Redux alternative, Simple and powerfull global state management system, accessible in all components</p>

Expand All @@ -16,7 +16,10 @@ usestate is a wrapper on react useState hook, that makes it accessible through a

<h1>Basic Usage</h1>

```npm i jedisdb```
```
npm i jedisdb
yarn add jedisdb
```

<h3>happy hacking</h3>

Expand Down

0 comments on commit a0ae093

Please sign in to comment.