Fix typo in Readme (#165)

This commit is contained in:
Stefano Probst 2019-02-23 17:45:56 +01:00 committed by Lucio Franco
parent 0dc8281ef6
commit a92a108239
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ Tower consists of a number of components, each of which live in their own sub
crates.
* [`tower-service`]: The foundational traits upon which Tower is built
([docs][ts-docs])
([docs][ts-docs]).
* [`tower-balance`]: A load balancer. Load is balanced across a number of
services ([docs][tb-docs].
services ([docs][tb-docs]).
* [`tower-buffer`]: A buffering middleware. If the inner service is not ready to
handle the next request, `tower-buffer` stores the request in an internal