We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5359cad commit b4481d8Copy full SHA for b4481d8
README.md
@@ -57,17 +57,17 @@ configuration file check [Configuration section](#configuration).
57
58
## Usage
59
60
-If you execute `bin/behat` command, you will see code coverage generated in
+If you execute `vendor/bin/behat` command, you will see code coverage generated in
61
`target` (i.e. `build/behat-coverage`) directory (in `html` format):
62
63
- $ bin/behat
+ $ vendor/bin/behat
64
65
### Running with phpdbg
66
67
This extension now supports [phpdbg][6], which results in faster execution when
68
-using more recent versions of PHP. Run `phpspec` via [phpdbg][6]:
+using more recent versions of PHP. Run `behat` via [phpdbg][6]:
69
70
- $ phpdbg -qrr bin/behat run
+ $ phpdbg -qrr vendor/bin/behat
71
72
## Configuration
73
0 commit comments