From dbd07f1b72b37b5f104fe3b6fd0f0b2638efb331 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 30 Nov 2023 11:40:19 -0500 Subject: [PATCH] drop $ so gitclip works (#193) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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].