Skip to content

Commit d4cea45

Browse files
committed
README.md: fixup examples
1 parent d68495f commit d4cea45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Enable extension by editing `behat.yml` of your project:
3838
``` yaml
3939
default:
4040
extensions:
41-
LeanPHP\BehathpSpec\CodeCoverage\CodeCoverageExtension:
41+
LeanPHP\Behat\CodeCoverage\Extension:
4242
auth: ~
4343
drivers:
4444
- local
@@ -73,7 +73,7 @@ Options).
7373
# ...
7474
default:
7575
extensions:
76-
LeanPHP\BehathpSpec\CodeCoverage\CodeCoverageExtension:
76+
LeanPHP\Behat\CodeCoverage\Extension:
7777
# http auth (optional)
7878
auth: ~
7979
# select which driver to use when gatherig coverage data

0 commit comments

Comments
 (0)