Skip to content

Commit 5ffb37d

Browse files
author
Mirko Brombin
authored
cleanup: fix example indentation
1 parent 1d92a22 commit 5ffb37d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ RTML code example:
4747

4848
```html
4949
<root>
50-
@include:header
51-
<div class="p-4 pt-0">
52-
@include:card
53-
<p>State is currently: @store.default.sharedState</p>
54-
</div>
50+
@include:header
51+
<div class="p-4 pt-0">
52+
@include:card
53+
<p>State is currently: @store.default.sharedState</p>
54+
</div>
5555
</root>
5656
```
5757

0 commit comments

Comments
 (0)