diff --git a/README.md b/README.md
index 51d9ef57c927675c6fb8d275b3e060229d3beaa8..475c31fa830f5e74849bef370a8e91b12b895d5b 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Mongoose is easy to use, powerful, embeddable web server.
   [mongoose.c](https://github.com/cesanta/mongoose/blob/master/mongoose.c) file
   to make embedding easy
 - Extremely lightweight, has a core of under 40kB and tiny runtime footprint
-- Asyncronouns, non-blocking core supporting single- or multi-threaded usage
+- Asynchronous, non-blocking core supporting single- or multi-threaded usage
 - HTTP client functionality
 - On the market since 2004, stable, mature and tested,
   has several man-years invested in continuous improvement and refinement