From a08c93eabd93d9ea404b7638347c925d175887f8 Mon Sep 17 00:00:00 2001 From: Ovsep Avakian Date: Wed, 13 Nov 2024 23:09:48 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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