Skip to content

Commit bc1cfd2

Browse files
bicarlsenctron
authored andcommitted
Update schema.md
Updated generate schema documentation to match command name.
1 parent 3e41512 commit bc1cfd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/configuration/schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ $schema: "./schema.json"
1212
You can generate the schema by running:
1313
1414
```bash
15-
trunk config schema
15+
trunk config generate-schema
1616
```
1717

1818
Or directly write it to a file:
1919

2020
```bash
21-
trunk config schema path/to/file
21+
trunk config generate-schema path/to/file
2222
```
2323

2424
## Editor/IDE support

0 commit comments

Comments
 (0)