Skip to content

Commit

Permalink
Merge pull request #3 from ItinerisLtd/TangRufus-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tangrufus committed Jan 28, 2019
2 parents 36b4df8 + e623234 commit 769517a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -87,7 +87,8 @@ Then, define a composer script:
# composer.json
{
"scripts": {
"check-style": "phpcs --colors -p"
"style:check": "phpcs",
"style:fix": "phpcbf"
}
}
```
Expand Down

0 comments on commit 769517a

Please sign in to comment.