Skip to content

Commit

Permalink
docs(readme): update yaml example to use tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Aug 5, 2022
1 parent 67b00fd commit 7e12f6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 7e12f6f

Please sign in to comment.