Skip to content

Commit 6e84e44

Browse files
committed
Merge pull request #45 from spencersutton/master
Fix example for inline compiling
2 parents c508332 + 271d9ec commit 6e84e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Example Usage
8282
<script type="text/javascript">
8383
{% inlinecompile "coffeescript" %}
8484
console.log "Hello, World!"
85-
{% endinlinecoffeescript %}
85+
{% endinlinecompile %}
8686
</script>
8787

8888
renders to::

0 commit comments

Comments
 (0)