File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ <h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
2727 < div class ="col-sm-6 col-lg-6 ">
2828 < div class ="page ">
2929 < h3 > Composer < small > < i > (recommended)</ i > </ small > </ h3 >
30- < p > Install a < a href ="https://getcomposer.org "> Composer</ a > to your project's root</ p >
31- < p > Run</ p >
30+ < p > To install via < a href ="https://getcomposer.org "> Composer</ a > , run this in your project's root:</ p >
3231 < div class ="highlight ">
33- < pre > < code > composer require codeception/codeception --dev</ code > </ pre >
32+ < pre > < code > composer require " codeception/codeception" --dev</ code > </ pre >
3433 </ div >
3534 < p > From now on Codeception (with installed PHPUnit) can be run as:</ p >
3635 < div class ="highlight ">
You can’t perform that action at this time.
0 commit comments