diff --git a/README.md b/README.md index 217ccf3..03ea224 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ fm := fmesh.New("hello world"). results := fm.Components().ByName("case").OutputByName("res").FirstSignalPayloadOrNil() fmt.Printf("Result is : %v", results) ``` -See more in ```examples``` directory. -

Version 0.1.0 coming soon

\ No newline at end of file +See more in [examples](https://github.com/hovsep/fmesh/tree/main/examples) directory. +

Version 0.1.0 coming soon