Skip to content

Commit 8214958

Browse files
authored
Merge pull request #363 from tacman/patch-1
remove $ so gitclip works
2 parents a2be165 + 84b452d commit 8214958

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ The NelmioSecurityBundle provides additional security features for your Symfony
77
## Installation
88

99
Require the `nelmio/security-bundle` package in your composer.json and update your dependencies:
10-
11-
$ composer require nelmio/security-bundle
10+
```bash
11+
composer require nelmio/security-bundle
12+
```
1213

1314
The bundle should be automatically enabled by [Symfony Flex][1]. If you don't use
1415
Flex, you'll need to enable it manually as explained [in the docs][2].

0 commit comments

Comments
 (0)