Skip to content

Commit 4b1dc52

Browse files
committed
📝 fixed typo
Signed-off-by: Bruno Meilick <[email protected]>
1 parent 5939b59 commit 4b1dc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ You will need the [Red Hat VS Code YAML Extension](https://github.com/redhat-dev
2828

2929
```yaml
3030
"yaml.schemas": {
31-
"/path/to/your/schema/kirby4-blueprints.schema.json": "site/blueprints/**/*.yml"
31+
"/path/to/your/schema/kirby5-blueprints.schema.json": "site/blueprints/**/*.yml"
3232
}
3333
```
3434

3535
This will automatically use the schema for all blueprint files.
3636

37-
The extension prepends `/` on the path so its `/~/YOUR_FOLDER/kirby3-schema/kirby4-blueprints.schema.json`.
37+
The extension prepends `/` on the path so its `/~/YOUR_FOLDER/kirby3-schema/kirby5-blueprints.schema.json`.
3838

3939
> [!NOTE]
4040
> thanks @tobimori and @iskrisis

0 commit comments

Comments
 (0)