Skip to content

Commit f6f0502

Browse files
authored
typo
1 parent 6ce1e1f commit f6f0502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default, but make it very easy for others to contribute a fix (or read on if you
99

1010
## Building and Running
1111
1. Fork and clone the repository.
12-
2. `composer-install`
12+
2. `composer install`
1313
3. `vendor\bin\phpunit` from the root project directory to run the tests to run all the test suites defined in `phpunit.xml`.
1414
To run individual suites, run `vendor\bin\phpunit --testsuite <test suite name>`.
1515
Note that the validation test suite requires you to also include relevant submodules: `git submodule update --init --recursive`

0 commit comments

Comments
 (0)