From 188eef2d840489777f684ab700cf10421b7e2ddb Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Thu, 7 Jun 2018 10:17:48 +0200 Subject: [PATCH] better docs --- docs/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index c93f4a6..efe83c0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ If you prefer to see real code in action, you can find it in [this sandbox proje In your template, include autocompleter.js file: -```jinja +``` twig {% block javascripts %} @@ -47,7 +47,7 @@ In your template, include autocompleter.js file: Or, if you prefer Select2: -```jinja +``` twig {% block javascripts %} @@ -65,7 +65,7 @@ In your FormType, change field type from `entity` to `autocomplete`: ``` php