Skip to content

Commit

Permalink
(docs): README is not longer than the source anymore :'(
Browse files Browse the repository at this point in the history
- more because we added whitespace and split up functionality, not
  because transforms are in any way a big code addition (~15 LoC)
  • Loading branch information
agilgur5 committed Nov 10, 2019
1 parent acb80e2 commit b5584d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ Can view the commit that implements it [here](https://github.com/agilgur5/react-

## How it works

Basically just a small wrapper around MST's [`onSnapshot` and `applySnapshot`](https://github.com/mobxjs/mobx-state-tree#snapshots).
The source code is currently shorter than this README, so [take a look under the hood](https://github.com/agilgur5/mst-persist/tree/master/src)! :)
Basically a small wrapper around MST's [`onSnapshot` and `applySnapshot`](https://github.com/mobxjs/mobx-state-tree#snapshots).
The source code is not much longer than this README, so [take a look under the hood](https://github.com/agilgur5/mst-persist/tree/master/src)! :)

## Credits

Expand Down

0 comments on commit b5584d4

Please sign in to comment.