Skip to content

Commit

Permalink
Update schema.md
Browse files Browse the repository at this point in the history
Updated generate schema documentation to match command name.
  • Loading branch information
bicarlsen authored and ctron committed Oct 28, 2024
1 parent 3e41512 commit bc1cfd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/configuration/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ $schema: "./schema.json"
You can generate the schema by running:
```bash
trunk config schema
trunk config generate-schema
```

Or directly write it to a file:

```bash
trunk config schema path/to/file
trunk config generate-schema path/to/file
```

## Editor/IDE support
Expand Down

0 comments on commit bc1cfd2

Please sign in to comment.