From 963bec8d7466d5c109a47187cca7cc620c9fc626 Mon Sep 17 00:00:00 2001 From: Maxwell Brown Date: Fri, 13 Sep 2024 10:20:17 -0400 Subject: [PATCH] Update README.md Co-authored-by: Giulio Canti --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e2316e..0faf977 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The `cli` template is meant to serve as the foundation for building a command-li The template features everything included with the `basic` template, except with a different build pipeline: -- Pre-configured build pipeline is via `tsup` to support bundling to a single file +- Pre-configured build pipeline is via [`tsup`](https://github.com/egoist/tsup) to support bundling to a single file For more information, see the template [README](./templates/cli/README.md).