Skip to content

Commit 86af5f2

Browse files
committed
Merge pull request #190 from pmithrandir/patch-1
Update index.md
2 parents 1053dd4 + f5c8b1d commit 86af5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Add these two lines in your layout:
5959

6060
```jinja
6161
<script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script>
62-
<script src="{{ path('fos_js_routing_js', {"callback": "fos.Router.setData"}) }}"></script>
62+
<script src="{{ path('fos_js_routing_js', {'callback': 'fos.Router.setData'}) }}"></script>
6363
```
6464

6565
**Note:** if you are not using Twig, then it is no problem. What you need is to

0 commit comments

Comments
 (0)