Skip to content

Commit 31dd49a

Browse files
authored
Fix for readme
1 parent 665c7df commit 31dd49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following settings are supported:
4343
* `editor.quickSuggestions`
4444

4545
##### Associating a schema to a glob pattern via yaml.schemas:
46-
yaml.schemas applies a schema to a file. In other words, the schema (placed on the left) is applied to the glob pattern on the right. Your schema can be local or online. Your schema must be an relative path but not an absolute path.
46+
yaml.schemas applies a schema to a file. In other words, the schema (placed on the left) is applied to the glob pattern on the right. Your schema can be local or online. Your schema must be a relative path and not an absolute path.
4747

4848
When associating a schema it should follow the format below
4949
```

0 commit comments

Comments
 (0)