mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-29 05:50:56 +00:00
Fix typo in Readme (#165)
This commit is contained in:
parent
0dc8281ef6
commit
a92a108239
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user