diff --git a/data/features/README.md b/data/features/README.md index 78ac5b3ce1..d817087169 100644 --- a/data/features/README.md +++ b/data/features/README.md @@ -13,6 +13,7 @@ Add a `versions` block to the YML file with the short names of the versions the ```yaml versions: fpt: '*' + ghec: '*' ghes: '>3.1' ghae: '*' ``` @@ -30,6 +31,7 @@ You can also use the feature in frontmatter in content files: ```yaml versions: fpt: '*' + ghec: '*' ghes: '>3.1' feature: 'meow' ```