chore: update readme

This commit is contained in:
EGOIST 2020-11-27 21:17:33 +08:00
parent fcd93b41b3
commit 23d41270fa

View File

@ -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`.