repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
281d65e
parent
aec79a8
author
Eric Bower
date
2023-11-23 17:41:12 +0000 UTC
docs: readme
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -80,7 +80,7 @@ store.dispatch(fetchUsers());
2 # example: an immutable store that acts like a reactive, in-memory database
3 
4 ```ts
5-import { configureStore, createSchema, slice, select } from "starfx/store";
6+import { configureStore, createSchema, select, slice } from "starfx/store";
7 
8 interface User {
9   id: string;