Skip to content

Commit

Permalink
Clearify "Minify output" intro sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 8, 2024
1 parent 5392f06 commit 662df26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export default defineConfig({

### Minify output

You can also minify the output, resulting into lower bundle sizes by using the `--minify` flag.
You can also minify the output by using the `--minify` flag, resulting in lower bundle sizes.

```bash
tsup src/index.ts --minify
Expand Down

0 comments on commit 662df26

Please sign in to comment.