Skip to content

Commit

Permalink
Fix "Multiple entrypoints" intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 8, 2024
1 parent 662df26 commit 4233847
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 @@ -155,7 +155,7 @@ Provide the following configuration in your `.vscode/settings.json` (or global)

### Multiple entrypoints

Beside using positional arguments `tsup [...files]` to specify multiple entrypoints, you can also use the cli flag `--entry`:
Besides using positional arguments (`tsup [...files]`) to specify multiple entry points, you can also use the `--entry` CLI flag.

```bash
# Outputs `dist/a.js` and `dist/b.js`.
Expand Down

0 comments on commit 4233847

Please sign in to comment.