diff --git a/README.md b/README.md index 63321510..9577de04 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,19 @@ HTTPlug works with any HTTP client implementation that provides a HTTPlug adapte Enable the bundle in your kernel: +**Symfony 4 and 5 example:** + +``` php +// config/bundles.php + ['all' => true], +]; +``` + +**Symfony 3 example:** + ``` php