about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-06-06 12:25:57 -0400
committerFedor Indutny <fedor@indutny.com>2016-06-06 12:25:57 -0400
commitf149d0ea93935b0d2d71461940ded54f49be64c6 (patch)
treefc81380f5a16cf5a4228beaa6d825e22a64a702d
parent4916c3ba7e3dbefbddb8c5ba8370092ce1a634fb (diff)
downloaduv_link_t-f149d0ea93935b0d2d71461940ded54f49be64c6.tar.gz
readme: fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8287c6..0c7da66 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ could be unwieldy.
 
 `uv_link_t` aims to solve complexity problem that quickly escalates once using
 multiple layers of protocols in [libuv][0] by providing a way to implement
-protocols separately and chain them together in easy and high-performant way
+protocols separately and chain them together in an easy and high-performant way
 using very narrow interfaces.
 
 ## How?