From 66fd433822fb53d193278a38b646b0d939ebc580 Mon Sep 17 00:00:00 2001 From: Keith Roehrenbeck Date: Mon, 27 Jul 2020 14:33:00 -0700 Subject: [PATCH] Fix templates link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9721e3e..896144a 100644 --- a/README.md +++ b/README.md @@ -621,7 +621,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/jshjohnson/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.