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. -