Skip to content

Commit bc38021

Browse files
authored
Merge pull request #2 from igzard/docs/update-readme
docs: update readme
2 parents cc8cd14 + f78ce37 commit bc38021

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
composer create-project igzard/php-skeleton --prefer-source PackageName
2121
```
2222

23-
✅ Run **Code quality** check:
23+
✅ Run **Test** check:
2424
```bash
25-
make code-quality
25+
make test
2626
```
2727

2828
👷 Run **PHPUnit** tests:
2929
```bash
3030
make phpunit
3131
```
3232

33-
🎨 Run **php-cs-fixer**:
33+
🎨 Run **cs-fix**:
3434
```bash
35-
make php-cs-fixer
35+
make cs-fix
3636
```
3737

3838
🔥 Run **phpstan**:

0 commit comments

Comments
 (0)