Skip to content

Commit ac04570

Browse files
authored
Make require statement easy to copy (#71)
1 parent a94d540 commit ac04570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ will give you a good base for testing a Symfony bundle.
1616
Via Composer
1717

1818
``` bash
19-
$ composer require --dev nyholm/symfony-bundle-test
19+
composer require --dev nyholm/symfony-bundle-test
2020
```
2121

2222
## Write a test

0 commit comments

Comments
 (0)