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

View File

@@ -426,11 +426,9 @@ YAML
```yaml
- column: Secondary
configuration:
Horizontal: 2 # max number of rows,
configuration: !Horizontal 2 # max number of rows
- column: Primary
configuration:
WidthPercentage: 45 # percentage of screen
configuration: !WidthPercentage 50 # percentage of screen
- column: Tertiary
configuration: Horizontal
```