diff --git a/README.md b/README.md
index d2ecda68..c106147f 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@
Machinarium allows to create fast networked and event-driven asynchronous applications
in synchronous/procedural manner instead of using traditional callback approach.
-The library is based on using and combining pthreads(7) and efficient
-cooperative multi-tasking primitives (coroutines). Each coroutine executed using own stack
-and scheduling is transparently driven by epoll(2).
+The library is based on using and combining OS threads (pthreads) and efficient cooperative
+multi-tasking primitives (coroutines). Each coroutine executed using own stack and scheduling
+is transparently driven by event loop logic (epoll).