From f1a19a9b1e386acfb24848d361501c4225c6baf4 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Tue, 10 Oct 2017 16:11:40 -0500 Subject: [PATCH] Fix crate name in README (#18) --- tower-buffer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tower-buffer/README.md b/tower-buffer/README.md index 72b5f871..230ba876 100644 --- a/tower-buffer/README.md +++ b/tower-buffer/README.md @@ -4,7 +4,7 @@ Tower middleware providing a buffering layer in front of an inner `Service`. # License -`tower-timeout` is primarily distributed under the terms of both the MIT license +`tower-buffer` is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.