Skip to content

Commit cb61e1a

Browse files
author
Damilare Akinlaja
committed
more explainer
1 parent b474d58 commit cb61e1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ npx run haxe test.hxml
2929

3030

3131
### Usage
32+
Read the [NoFlo Documentation](https://noflojs.org/documentation/components/) on how components are loaded.
3233

34+
To convert an Haxe function into a ZenFlo component:
3335
```hx
3436
import zenflo.lib.loader.ManifestLoader;
3537
import zenflo.lib.Macros.asComponent;
@@ -57,5 +59,5 @@ loader.load('math.random').handle(cb -> {
5759
});
5860
```
5961

60-
See the [spec](src/zenflo/spec) for more usage examples
62+
See the [Component Spec](src/zenflo/spec/lib/Component.hx) for more examples of how components send data to eachother.
6163

0 commit comments

Comments
 (0)