readme: fix typo

This commit is contained in:
Fedor Indutny 2016-06-06 12:25:57 -04:00
parent 4916c3ba7e
commit f149d0ea93
1 changed files with 1 additions and 1 deletions

View File

@ -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?