Skip to content

Commit

Permalink
drop $ so gitclip works (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Nov 30, 2023
1 parent 73c4f85 commit dbd07f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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].
Expand Down

0 comments on commit dbd07f1

Please sign in to comment.