diff --git a/README.md b/README.md
index e426b00..ac37dfd 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ You can think of it as a simple functions orchestrator.
Main concepts:
- F-Mesh consists of multiple Components - the main building blocks
-- Components have unlimited number of input and output
Ports
+- Components have unlimited number of input and output Ports
- The main job of each component is to read inputs and provide outputs
- Any output port can be connected to any input port via Pipes
- The component behaviour is defined by its Activation function
@@ -82,4 +82,4 @@ You can think of it as a simple functions orchestrator.
fmt.Printf("Result is :%v", results)
```
-Version 0.1.0 coming soon
\ No newline at end of file
+Version 0.1.0 coming soon