Skip to content

Commit

Permalink
drop $ so gitclip works
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Nov 30, 2023
1 parent da2a363 commit 930c4b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ headers with ACL-style per-URL configuration.

Require the `nelmio/security-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 930c4b5

Please sign in to comment.