Skip to content

Commit

Permalink
cleanup: fix example indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Oct 14, 2024
1 parent 1d92a22 commit 5ffb37d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ RTML code example:

```html
<root>
@include:header
<div class="p-4 pt-0">
@include:card
<p>State is currently: @store.default.sharedState</p>
</div>
@include:header
<div class="p-4 pt-0">
@include:card
<p>State is currently: @store.default.sharedState</p>
</div>
</root>
```

Expand Down

0 comments on commit 5ffb37d

Please sign in to comment.