docs(readme): update yaml example to use tags

This commit is contained in:
LGUG2Z
2022-08-05 09:02:00 -07:00
parent 67b00fd06d
commit 7e12f6f4a9
+2 -4
View File
@@ -426,11 +426,9 @@ YAML
```yaml ```yaml
- column: Secondary - column: Secondary
configuration: configuration: !Horizontal 2 # max number of rows
Horizontal: 2 # max number of rows,
- column: Primary - column: Primary
configuration: configuration: !WidthPercentage 50 # percentage of screen
WidthPercentage: 45 # percentage of screen
- column: Tertiary - column: Tertiary
configuration: Horizontal configuration: Horizontal
``` ```