Skip to content

Commit e91a2d1

Browse files
committed
Updates readme.
1 parent cdb5d13 commit e91a2d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Use `@vcr cassette_name` on your tests to turn VCR automatically on and off.
99

1010
## Usage example
1111

12-
Using static method calls:
13-
1412
``` php
1513
class VCRTest extends \PHPUnit_Framework_TestCase
1614
{
@@ -28,21 +26,21 @@ class VCRTest extends \PHPUnit_Framework_TestCase
2826

2927
## Installation
3028

31-
1. Add to your `composer.json`:
29+
1) Add to your `composer.json`:
3230

3331
``` json
3432
"require-dev": {
3533
"adri/phpunit-testlistener-vcr": "*"
3634
}
3735
```
3836

39-
2. Install using composer:
37+
2) Install using composer:
4038

4139
``` bash
4240
composer install --dev
4341
```
4442

45-
3. Add listener to your `phpunit.xml`:
43+
3) Add listener to your `phpunit.xml`:
4644

4745
``` bash
4846
<listeners>

0 commit comments

Comments
 (0)