Skip to content

Commit

Permalink
fix description of main function
Browse files Browse the repository at this point in the history
  • Loading branch information
nbubna committed Nov 14, 2019
1 parent dfa0d74 commit 0c88a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Download: [store2.min.js][prod] or [store2.js][dev]
[![npm](https://img.shields.io/npm/dm/store2.svg?maxAge=2592000)](https://www.npmjs.com/package/store2)

## Documentation
The main store function can handle ```set```, ```get```, ```transact```, ```setAll```, ```getAll``` and ```clear```
The main store function can handle ```set```, ```get```, ```transact```, ```setAll```, ```getAll```, ```each```, and ```clear```
actions directly. Respectively, these are called like so:

```javascript
Expand Down

0 comments on commit 0c88a2e

Please sign in to comment.