Skip to content

Commit b4d5832

Browse files
authored
Fix command paths for tbl-class in README
Updated command paths in README for tbl-class.
1 parent a273298 commit b4d5832

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ composer require eril/tbl-class --dev
5858
### First run
5959

6060
```bash
61-
tbl-class
61+
./vendor/bin/tbl-class
6262
```
6363

6464
On first execution, a configuration file is generated:
@@ -74,7 +74,7 @@ tblclass.yaml
7474
### Generate schema constants
7575

7676
```bash
77-
tbl-class
77+
./vendor/bin/tbl-class
7878
```
7979

8080
This command:
@@ -88,7 +88,7 @@ This command:
8888
### Check for schema changes (CI-friendly)
8989

9090
```bash
91-
tbl-class --check
91+
./vendor/bin/tbl-class --check
9292
```
9393

9494
This mode:

0 commit comments

Comments
 (0)