Skip to content

Commit 2e47afc

Browse files
committed
Merge pull request #5 from justincy/patch-1
Fix compose install command in readme
2 parents d9f9602 + 6cce874 commit 2e47afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class VCRTest extends \PHPUnit_Framework_TestCase
3737
2) Install using composer:
3838

3939
``` bash
40-
composer install --dev
40+
composer require --dev php-vcr/phpunit-testlistener-vcr
4141
```
4242

4343
3) Add listener to your `phpunit.xml`:

0 commit comments

Comments
 (0)