Skip to content

Commit

Permalink
Merge pull request #269 from ElijahLynn/readme-fix-grumphp-command
Browse files Browse the repository at this point in the history
[docs] Fix grumphp command in readme.
  • Loading branch information
cweagans committed Apr 12, 2019
2 parents 4ebb103 + ee8ba48 commit f501e6d
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 f501e6d

Please sign in to comment.