Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hovsep committed Nov 10, 2024
1 parent 7f521a9 commit 9397add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can think of it as a simple functions orchestrator.
<h3>Main concepts:</h3>
<ul>
<li>F-Mesh consists of multiple <b>Components</b> - the main building blocks</li>
<li>Components have unlimited number of input and output <p>Ports</p></li>
<li>Components have unlimited number of input and output <b>Ports</b></li>
<li>The main job of each component is to read inputs and provide outputs</li>
<li>Any output port can be connected to any input port via <b>Pipes</b></li>
<li>The component behaviour is defined by its <b>Activation function</b></li>
Expand Down Expand Up @@ -82,4 +82,4 @@ You can think of it as a simple functions orchestrator.
fmt.Printf("Result is :%v", results)
```

<h2>Version 0.1.0 coming soon</h2>
<h2>Version 0.1.0 coming soon</h2>

0 comments on commit 9397add

Please sign in to comment.