repos / starfx

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

commit
b0f5039
parent
9c6368a
author
Eric Bower
date
2023-04-04 03:55:12 +0000 UTC
docs: readme
2 files changed,  +15, -2
M README.md
+2, -2
 1@@ -1,11 +1,11 @@
 2 # starfx
 3 
 4-This project is under active development, there are zero guarentees for API
 5+This project is under active development, there are zero guarantees for API
 6 stability.
 7 
 8 ## features
 9 
10-- async flow control library for deno, node, and browser
11+- async flow control library for `deno`, `node`, and browser
12 
13 ## usage
14 
A README.md.bak
+13, -0
 1@@ -0,0 +1,13 @@
 2+# starfx
 3+
 4+This project is under active development, there are zero guarentees for API
 5+stability.
 6+
 7+## features
 8+
 9+- async flow control library for deno, node, and browser
10+
11+## usage
12+
13+Please see [examples/basic](./examples/basic) and [tests](./test) to understand
14+how it works.