From cd4f37f0dbeb7a171e4a0f2637aa7600c9aa48ad Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 24 Oct 2017 23:40:28 +0300 Subject: [PATCH] add cache plugin to readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd448f0..f53d734 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ new EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle([ ### Known and Supported Plugins - [gregurco/GuzzleBundleWssePlugin][4] +- [gregurco/GuzzleBundleCachePlugin][5] ---- @@ -161,7 +162,7 @@ services: ## Contributing 👍 If you would like to contribute to the project, please read the [CONTRIBUTING.md](CONTRIBUTING.md). -🎉 Thanks to the [contributors][5] who participated in this project. +🎉 Thanks to the [contributors][6] who participated in this project. ---- @@ -173,4 +174,5 @@ This bundle is released under the [MIT license](src/Resources/meta/LICENSE) [2]: http://semver.org/ [3]: https://packagist.org/packages/eightpoints/guzzle-bundle [4]: https://github.com/gregurco/GuzzleBundleWssePlugin -[5]: https://github.com/8p/GuzzleBundle/graphs/contributors +[5]: https://github.com/gregurco/GuzzleBundleCachePlugin +[6]: https://github.com/8p/GuzzleBundle/graphs/contributors