Skip to content

Commit 043d26c

Browse files
committed
Merge pull request #25 from php-http/mention-plugins-in-overview
mention plugins in overview instead of discovery
2 parents 2812a85 + a200e30 commit 043d26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PHP-HTTP is separated into several packages:
2020

2121
- [Httplug](httplug.md), the HTTP client abstraction to send PSR-7 requests without binding to a specific implementation;
2222
- [Message Factory](message-factory.md) to create PSR-7 requests without binding to a specific implementation;
23-
- [Discovery](discovery.md) to automatically locate a suitable Httplug implementation and PSR-7 message and URI factories.
23+
- [Plugins](plugins.md) to build client-agnostic pipelines for HTTP communication;
2424
- [Utilities](utils.md) convenience tools to simplify working with Httplug in your applications.
2525

2626
See [package overview](package-overview.md) for a complete list.

0 commit comments

Comments
 (0)