Skip to content

Commit 31d172a

Browse files
committed
Added missing backticks to phpcs-diff in README.md
1 parent e163fac commit 31d172a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ git diff my-current-branch develop
5656

5757
_Please note:_
5858
- The `-v` flag is optional. This returns a verbose output during processing.
59-
- The `current-branch` parameter is optional. If this is not defined, phpcs-diff will use the current commit hash via `git rev-parse --verify HEAD`.
59+
- The `current-branch` parameter is optional. If this is not defined, `phpcs-diff` will use the current commit hash via `git rev-parse --verify HEAD`.
6060
- You must have a `ruleset.xml` defined in your project base directory.
6161

6262
After running `phpcs-diff`, the executable will return an output similar to the following:

0 commit comments

Comments
 (0)