diff --git a/README.md b/README.md
index 6fffcdf..dd542dc 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ It allows you to express your program as a mesh of interconnected components (or
Main concepts:
-- F-Mesh consists of multiple Components - the main building blocks
+- F-Mesh consists of Components - the main building blocks
- Components have unlimited number of input and output Ports
-- Any output port can be connected to any input port via Pipes
+- Ports can be connected via Pipes
- Ports and pipes are type agnostic, any data can be transferred to any port
- The framework works in discrete time, not it wall time. The quant of time is 1 activation cycle, which gives you "logical parallelism" out of the box (activation function is running in "frozen time")
-