From de5307ce4dacb15a5b9714c4d23157317c42a1d8 Mon Sep 17 00:00:00 2001 From: flip111 Date: Sun, 19 Dec 2021 15:51:45 +0100 Subject: [PATCH] Update README.md (#844) * Update README.md * Update README.md Switch to the Choices-js organization link. Co-authored-by: Matt Triff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 240eb67..1466d7c 100644 --- a/README.md +++ b/README.md @@ -627,7 +627,7 @@ classNames: { **Input types affected:** `text`, `select-one`, `select-multiple` -**Usage:** Function to run on template creation. Through this callback it is possible to provide custom templates for the various components of Choices (see terminology). For Choices to work with custom templates, it is important you maintain the various data attributes defined [here](https://github.com/jshjohnson/Choices/blob/master/src/scripts/templates.js). +**Usage:** Function to run on template creation. Through this callback it is possible to provide custom templates for the various components of Choices (see terminology). For Choices to work with custom templates, it is important you maintain the various data attributes defined [here](https://github.com/Choices-js/Choices/blob/master/src/scripts/templates.ts). If you want just extend a little original template then you may use `Choices.defaults.templates` to get access to original template function.