From 3441a9e172f57228208fdacc166d86cc5cbe18cf Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Sat, 25 Jul 2020 14:58:35 +0800 Subject: [PATCH] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd10533..e3cbe25 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This will emit `./dist/index.js` and `./dist/index.d.ts`. Supported format: `esm`, `cjs`, (default) and `iife`. -You can bundle in multiple format in one go: +You can bundle in multiple formats in one go: ```bash tsup src/index.ts --format esm,cjs,iife