Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 73ca80c

Browse files
DavidFrickerAle Paredes
authored and
Ale Paredes
committed
Header syntax fix (#58)
The header syntax was incorrect, I added the space between the hash symbols and text to get it displaying properly
1 parent bfeda88 commit 73ca80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PHP_CodeSniffer helps you detect violations of a defined coding standard.
1212
2. Run `codeclimate engines:enable phpcodesniffer`. This command both installs the engine and enables it in your `.codeclimate.yml` file.
1313
3. You're ready to analyze! Browse into your project's folder and run `codeclimate analyze`.
1414

15-
###Config Options
15+
### Config Options
1616

1717
Format the values for these config options per the [PHP_CodeSniffer documentation](https://github.com/squizlabs/PHP_CodeSniffer).
1818

@@ -23,7 +23,7 @@ a relative path to a custom phpcs ruleset.xml file.
2323
* ignore_warnings - You can hide warnings, and only report errors with this option.
2424
* encoding - By default, PHPCS uses ISO-8859-1. Use this to change it to your encoding, e.g. UTF-8.
2525

26-
###Sample Config
26+
### Sample Config
2727

2828
exclude_paths:
2929
- "/examples/**/*"

0 commit comments

Comments
 (0)