From 5ffb37dc3f3dd08f01b1f6385726d59ce4bde26f Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Mon, 14 Oct 2024 11:03:06 +0200 Subject: [PATCH] cleanup: fix example indentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3ee29c..7ee5c2f 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ RTML code example: ```html -@include:header -
-@include:card -

State is currently: @store.default.sharedState

-
+ @include:header +
+ @include:card +

State is currently: @store.default.sharedState

+
```