Skip to content

Commit

Permalink
Merge pull request #363 from tacman/patch-1
Browse files Browse the repository at this point in the history
remove $ so gitclip works
  • Loading branch information
Seldaek authored Nov 25, 2024
2 parents a2be165 + 84b452d commit 8214958
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ The NelmioSecurityBundle provides additional security features for your Symfony
## Installation

Require the `nelmio/security-bundle` package in your composer.json and update your dependencies:

$ composer require nelmio/security-bundle
```bash
composer require nelmio/security-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 8214958

Please sign in to comment.