Skip to content

Commit 76539a0

Browse files
committed
Update readme.md
1 parent 4c501d5 commit 76539a0

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
@@ -18,7 +18,7 @@ composer require --dev digitalrevolution/php-codesniffer-baseline
1818
Create the baseline by using phpcs regularly and writing the report with the Baseline report class. You must write the baseline
1919
to the root of the project and name it `phpcs.baseline.xml`.
2020
```bash
21-
php vendor/bin/phpcs src tests --report=\\DR\\CodeSnifferBaseline\\Reports\\Baseline --report-file=phpcs.baseline.xml --basepath=/path/to/project/root
21+
php vendor/bin/phpcs src tests --report=\\DR\\CodeSnifferBaseline\\Reports\\Baseline --report-file=phpcs.baseline.xml --basepath=.
2222
```
2323

2424
## Usage

0 commit comments

Comments
 (0)