Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Mar 20, 2020
1 parent c17a975 commit e5572ef
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ npm install -S @feizheng/next-local-forage
```

## apis
| api | params | description |
| ------ | ------ | ------------- |
| get | - | desc balabala |
| gets | - | desc balabala |
| set | - | desc balabala |
| sets | - | desc balabala |
| del | - | desc balabala |
| dels | - | desc balabala |
| clear | - | desc balabala |
| config | - | desc balabala |
| api | params | description |
| ------ | ------ | ----------------------- |
| get | - | Get item data. |
| gets | - | Get items. |
| set | - | Set value. |
| sets | - | Set values. |
| del | - | Delete a value by key. |
| dels | - | Deleta multiple values. |
| clear | - | Clear the store. |
| config | - | Config the store. |

## usage
```js
import NxLocalForage from '@feizheng/next-local-forage';

const store = new NxLocalForage()
```

## resources
Expand Down

0 comments on commit e5572ef

Please sign in to comment.