repos / starfx

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

commit
d1df279
parent
b765768
author
Eric Bower
date
2024-02-15 15:27:56 +0000 UTC
docs: copy
2 files changed,  +5, -5
M docs/posts/getting-started.md
+1, -1
1@@ -108,6 +108,6 @@ that for us. As a result, in order to be successful using `starfx` developers
2 need to understand how `effection` works.
3 
4 We highly recommend reading through their docs at least once to get some
5-fundamental knowledge for how these libraries work.
6+fundamental knowledge for how these libraries work together.
7 
8 [Read the `effection` docs](https://frontside.com/effection)
M docs/posts/schema.md
+4, -4
 1@@ -55,7 +55,7 @@ function*() {
 2 }
 3 ```
 4 
 5-# `slice.num`
 6+# `num`
 7 
 8 This slice has some custom actions to manage a number value.
 9 
10@@ -73,7 +73,7 @@ function*() {
11 }
12 ```
13 
14-# `slice.str`
15+# `str`
16 
17 This slice is probably not super useful since it is essentially the same as
18 `slice.any<string>` but we could add more actions to it in the future.
19@@ -90,7 +90,7 @@ function*() {
20 }
21 ```
22 
23-# `slice.obj`
24+# `obj`
25 
26 This is a specialized slice with some custom actions to deal with javascript
27 objects.
28@@ -114,7 +114,7 @@ function*() {
29 }
30 ```
31 
32-# `slice.table`
33+# `table`
34 
35 This is the more powerful and specialized slice we created. It attempts to
36 mimick a database table where it holds an object: