Skip to content

Commit aceb8e1

Browse files
committed
Merge pull request #865 from bronzehedwick/patch-1
Add syntax highlighting to readme code sample
2 parents 7271b28 + 47f8198 commit aceb8e1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ Make sure you have `~/.composer/vendor/bin/` in your PATH.
3737

3838
Or alternatively, include a dependency for `squizlabs/php_codesniffer` in your `composer.json` file. For example:
3939

40-
{
41-
"require-dev": {
42-
"squizlabs/php_codesniffer": "2.*"
43-
}
40+
```json
41+
{
42+
"require-dev": {
43+
"squizlabs/php_codesniffer": "2.*"
4444
}
45+
}
46+
```
4547

4648
You will then be able to run PHP_CodeSniffer from the vendor bin directory:
4749

0 commit comments

Comments
 (0)