File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
6767This 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
You can’t perform that action at this time.
0 commit comments