Skip to content

Commit aa58310

Browse files
committed
doc fix
1 parent c662755 commit aa58310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ When you run your tests not in the same process where code coverage is collected
8484
related options, to be able to collect code coverage correctly. To setup remote code coverage you should follow [instructions](http://codeception.com/docs/11-Codecoverage)
8585
from codeception site.
8686

87-
1. install Codeception c3 remote support `composer require "codeception/c3:*"`;
87+
1. install `Codeception c3` remote support `composer require "codeception/c3:*"`;
8888

89-
2. copy c3.php file under your `web` directory and include;
89+
2. copy `c3.php` file under your `web` directory;
9090

9191
3. include `c3.php` file in your `index-test.php` file before application run, so it can catch needed requests.
9292

0 commit comments

Comments
 (0)