diff --git a/README.md b/README.md index 1c233bd..b8031f7 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Fragmented Store

- Tiny (~500 B) and simple (P)React state management library + Tiny (~500 B), easy and simple (P)React state management library

- Store update -> only components that use the updated property are rendered. + After a store update -> only components that use the updated property are rendered.

@@ -183,4 +183,4 @@ function UnfragmentedExample() { ## Demo -* https://codesandbox.io/s/fragmented-store-example-4p5dv?file=/src/App.js \ No newline at end of file +* https://codesandbox.io/s/fragmented-store-example-4p5dv?file=/src/App.js