Skip to content

Commit b4481d8

Browse files
committed
1 parent 5359cad commit b4481d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ configuration file check [Configuration section](#configuration).
5757

5858
## Usage
5959

60-
If you execute `bin/behat` command, you will see code coverage generated in
60+
If you execute `vendor/bin/behat` command, you will see code coverage generated in
6161
`target` (i.e. `build/behat-coverage`) directory (in `html` format):
6262

63-
$ bin/behat
63+
$ vendor/bin/behat
6464

6565
### Running with phpdbg
6666

6767
This extension now supports [phpdbg][6], which results in faster execution when
68-
using more recent versions of PHP. Run `phpspec` via [phpdbg][6]:
68+
using more recent versions of PHP. Run `behat` via [phpdbg][6]:
6969

70-
$ phpdbg -qrr bin/behat run
70+
$ phpdbg -qrr vendor/bin/behat
7171

7272
## Configuration
7373

0 commit comments

Comments
 (0)