Skip to content

Commit def6982

Browse files
committed
Replace readme tabs with spaces
1 parent e3adc32 commit def6982

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Children can also be passed to atoms:
4545

4646
```twig
4747
{% x:my-atom { heading: "Hello world!" } %}
48-
<p>This is my atom</p>
49-
<p>There are many like it, but this is mine</p>
50-
<p>{{ myVariable }}</p>
48+
<p>This is my atom</p>
49+
<p>There are many like it, but this is mine</p>
50+
<p>{{ myVariable }}</p>
5151
{% endx %}
5252
```
5353

@@ -62,8 +62,8 @@ defined.
6262
```twig
6363
{# Contents of `_atoms/my-atom` #}
6464
<div>
65-
<h1>{{ heading }}</h1>
66-
{{ children }}
65+
<h1>{{ heading }}</h1>
66+
{{ children }}
6767
</div>
6868
```
6969

@@ -73,7 +73,7 @@ Atoms can be nested inside other atoms!
7373

7474
```twig
7575
{% x:my-atom %}
76-
{% x:another-atom %}
76+
{% x:another-atom %}
7777
{% endx %}
7878
```
7979

0 commit comments

Comments
 (0)