From b5584d4b3c382f1b75ea1e5f42e261d5a47d5e54 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sun, 10 Nov 2019 14:19:37 -0500 Subject: [PATCH] (docs): README is not longer than the source anymore :'( - more because we added whitespace and split up functionality, not because transforms are in any way a big code addition (~15 LoC) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9e3e91..5130a79 100644 --- a/README.md +++ b/README.md @@ -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