From 0edb503f37d127add6307c74b8efbe05096d4d7b Mon Sep 17 00:00:00 2001 From: sdegutis Date: Thu, 15 Aug 2024 12:26:05 -0500 Subject: [PATCH] Better default template repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d581f1..2715dc6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Custom JSX implementation (can return DOM nodes, strings, etc) - Extremely fast and efficient (processes 1500+ files in ~700ms) -* [Template repo](https://github.com/sdegutis/imlib-template) +* [Template repo](https://github.com/sdegutis/imlib-template-minimal) * [Live demo](https://sdegutis.github.io/imlib-template/) * [Live demo's source code](https://github.com/sdegutis/imlib-template/tree/main/site) * [Comprehensive usage example](https://github.com/sdegutis/immaculatalibrary.com/tree/main/site)