Skip to content

Commit 9547cbb

Browse files
committed
fixup
1 parent fe5d0d0 commit 9547cbb

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
@@ -44,7 +44,7 @@ The following settings are supported:
4444

4545
##### Adding custom tags
4646

47-
In order to use the custom tags in your YAML file you need to first specify the custom tags in the setting of your code editor. For example, we can have the following custom tags:
47+
In order to use the custom tags in your YAML file you need to first specify the custom tags in the setting of your code editor. For example, you can have the following custom tags:
4848

4949
```YAML
5050
"yaml.customTags": [
@@ -56,7 +56,7 @@ In order to use the custom tags in your YAML file you need to first specify the
5656

5757
The !Scalar-example would map to a scalar custom tag, the !Seq-example would map to a sequence custom tag, the !Mapping-example would map to a mapping custom tag.
5858

59-
We can then use the newly defined custom tags inside our YAML file:
59+
You can then use the newly defined custom tags inside the YAML file:
6060

6161
```YAML
6262
some_key: !Scalar-example some_value

0 commit comments

Comments
 (0)