Skip to content

Commit c0add68

Browse files
committed
chore: lint md
1 parent abe4f8c commit c0add68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ vendor/bin/php-cs-fixer fix -v
121121

122122
To use via composer script commands:
123123

124-
* Fixes code to follow coding standards using php-cs-fixer:
124+
- Fixes code to follow coding standards using php-cs-fixer:
125125

126126
```bash
127127
composer cs:diff
128128
```
129129

130-
* Runs php-cs-fixer in dry-run mode and shows diff which will by applied:
130+
- Runs php-cs-fixer in dry-run mode and shows diff which will by applied:
131131

132132
```bash
133133
composer cs:fix
@@ -149,7 +149,6 @@ To use via composer script commands:
149149
make lint-diff
150150
```
151151

152-
153152
<br>
154153

155154
## 🔒 Security Policy

0 commit comments

Comments
 (0)