From 108b121458a1facb3d598094035ed61421aa5754 Mon Sep 17 00:00:00 2001 From: dorayx Date: Sun, 3 Sep 2023 03:18:29 +0800 Subject: [PATCH] docs(README): add link to typescript library template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5389b77..5b932a9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It is meant to be a starting point for my personal projects to bootstrap develop ## User Cases - ✅ TypeScript Application -- ❌ TypeScript Library +- ❌ TypeScript Library _(use [dorayx/template-typescript-library](https://github.com/dorayx/template-typescript-library) instead)_ - ❌ UI Component Library ## Features