Skip to content

Commit 9505b08

Browse files
Merge pull request #18 from khasinski/patch-1
Fixed a typo
2 parents ab24148 + ad4702a commit 9505b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can use inline css directly in Twig template:
7474
<div class="foo">
7575
...
7676
</div>
77-
{% endinlinecss }
77+
{% endinlinecss %}
7878
```
7979

8080
Paths relative to bundle are supported as well:
@@ -84,7 +84,7 @@ Paths relative to bundle are supported as well:
8484
<div class="foo">
8585
...
8686
</div>
87-
{% endinlinecss }
87+
{% endinlinecss %}
8888
```
8989

9090
Read the docs in the files for further details on the usage of the service.

0 commit comments

Comments
 (0)