Skip to content

Commit

Permalink
docs: 📝 update installation command with -D to ensure is installed as…
Browse files Browse the repository at this point in the history
… devDependency
  • Loading branch information
CRBroughton committed May 13, 2024
1 parent 1db64ef commit 3827431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A collection of helper TypeScript types to test other TypeScript types. This col
To install `ts-test-utils` with Bun, run the following command:

```bash
bun i @crbroughton/ts-test-utils
bun i -D @crbroughton/ts-test-utils
```

## Getting Started
Expand Down

0 comments on commit 3827431

Please sign in to comment.