Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jan 28, 2019
1 parent 36b4df8 commit e623234
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 e623234

Please sign in to comment.