Skip to content

Commit

Permalink
Merge pull request #25 from php-http/mention-plugins-in-overview
Browse files Browse the repository at this point in the history
mention plugins in overview instead of discovery
  • Loading branch information
sagikazarmark committed Nov 3, 2015
2 parents 2812a85 + a200e30 commit 043d26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 043d26c

Please sign in to comment.