diff --git a/README.md b/README.md index 31343c1..3ccd372 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ React integration for **[Nano Stores]**, a tiny state manager with many atomic tree-shakable stores. -* **Small.** Less than 1 KB. Zero dependencies. -* **Fast.** With small atomic and derived stores, you do not need to call +- **Small.** Less than 1 KB. Zero dependencies. +- **Fast.** With small atomic and derived stores, you do not need to call the selector function for all components on every store change. -* **Tree Shakable.** The chunk contains only stores used by components +- **Tree Shakable.** The chunk contains only stores used by components in the chunk. -* Was designed to move logic from components to stores. -* It has good **TypeScript** support. +- Was designed to move logic from components to stores. +- It has good **TypeScript** support. ```tsx import { useStore } from '@nanostores/react' @@ -29,6 +29,6 @@ export const Header = () => { --- - Made in Evil Martians, product consulting for developer tools. + Made at Evil Martians, product consulting for developer tools. ---