From a200e307c6329b7ecb22167cf416df0c34241619 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 3 Nov 2015 17:46:06 +0100 Subject: [PATCH] mention plugins in overview instead of discovery --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6229225..b9d5578 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ PHP-HTTP is separated into several packages: - [Httplug](httplug.md), the HTTP client abstraction to send PSR-7 requests without binding to a specific implementation; - [Message Factory](message-factory.md) to create PSR-7 requests without binding to a specific implementation; -- [Discovery](discovery.md) to automatically locate a suitable Httplug implementation and PSR-7 message and URI factories. +- [Plugins](plugins.md) to build client-agnostic pipelines for HTTP communication; - [Utilities](utils.md) convenience tools to simplify working with Httplug in your applications. See [package overview](package-overview.md) for a complete list.