diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-06-06 12:25:57 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-06-06 12:25:57 -0400 |
commit | f149d0ea93935b0d2d71461940ded54f49be64c6 (patch) | |
tree | fc81380f5a16cf5a4228beaa6d825e22a64a702d | |
parent | 4916c3ba7e3dbefbddb8c5ba8370092ce1a634fb (diff) | |
download | uv_link_t-f149d0ea93935b0d2d71461940ded54f49be64c6.tar.gz |
readme: fix typo
-rw-r--r-- | README.md | 2 |
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? |