Skip to content

Commit

Permalink
[docs] Fix grumphp command in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah Lynn committed Apr 12, 2019
1 parent 4ebb103 commit ee8ba48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ By default, failed patches are skipped.

## Contributing
1. `composer install`
1. `vendor/bin/gruntphp run`
1. `vendor/bin/grumphp run`
1. `vendor/bin/codeception run unit`
1. `<write code>`
1. `vendor/bin/gruntphp run`
1. `vendor/bin/grumphp run`
1. `vendor/bin/codeception run unit`
1. `<commit code>`
1. `<create pull request>`
Expand Down

0 comments on commit ee8ba48

Please sign in to comment.