From 23d41270fa70cc40a58130131448ea9785b896dc Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Fri, 27 Nov 2020 21:17:33 +0800 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6395d6f..66b049c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Bundle your TypeScript library with no config, powered by [esbuild](https://gith ## Quick Start ```bash -tsup +tsup src/index.ts ``` This will bundle `src/index.ts` to `dist/index.js`.