From 5addc019611856dea1d6e25a3bbbcbed86e9b110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20ALFAIATE?= Date: Mon, 23 Oct 2017 15:40:15 +0200 Subject: [PATCH] Fix templating URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2ba48c..688351c 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ Because the handling of requests is usually very similar you can use a service w ### Templating -If you need [Templating](https://select2.github.io/examples.html#templating) in Select2, you could consider the following example that shows the country flag next to each option. +If you need [Templating](https://select2.org/dropdown#templating) in Select2, you could consider the following example that shows the country flag next to each option. Your custom transformer should return data like this: ```javascript