diff --git a/exercises/README.md b/exercises/README.md index fc82ef6..45fc7b4 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -20,9 +20,9 @@ When you are done, commit and push your changes to your fork and [create a pull If your solution passes, the build will be marked successful and the pull request will be ready to merge. -If your solution fails, the build will be marked as failing and the pull request can no be merged. You should receive an email with more information about the failure. Make your changes. Once you commit them, the pull request will automatically be updated and the tests will rerun. +If your solution fails, the build will be marked as failing and the pull request can not be merged. You should receive an email with more information about the failure. Make your changes. Once you commit them, the pull request will automatically be updated and the tests will rerun. If you would like to run the tests locally before creating a pull request, you can do so by running the following commands within the project: 1. Install the project dependencies by running `composer install`. **Note:** this only needs to be done once. -2. To run the tests locally, run: `vendor/bin/phpunit` \ No newline at end of file +2. To run the tests locally, run: `vendor/bin/phpunit`