Skip to content

Commit ed97a82

Browse files
committed
Updated README tag/category examples to match the scripts
1 parent fe91f73 commit ed97a82

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,13 @@ These scripts will:
9797
authors:
9898
- chris
9999
categories:
100-
- CategoryOne
101-
- CategoryTwo
100+
# use existing categories when possible, in YAML list format.
101+
- CATEGORY_ONE
102+
- CATEGORY_TWO
102103
tags:
103-
- relevant-tag-one
104-
- relevant-tag-two
104+
# use existing tags when possible, in YAML list format.
105+
- TAG_ONE
106+
- TAG_TWO
105107
---
106108
```
107109

0 commit comments

Comments
 (0)