diff --git a/README.md b/README.md index 6ad106c..6d52584 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ headers with ACL-style per-URL configuration. Require the `nelmio/cors-bundle` package in your composer.json and update your dependencies: - $ composer require nelmio/cors-bundle +```bash +composer require nelmio/cors-bundle +``` The bundle should be automatically enabled by [Symfony Flex][1]. If you don't use Flex, you'll need to enable it manually as explained [in the docs][2].