From 382743152fbc4831048b5be2553529d4aa673cbc Mon Sep 17 00:00:00 2001 From: CRBroughton Date: Mon, 13 May 2024 18:36:57 +0100 Subject: [PATCH] docs: :memo: update installation command with -D to ensure is installed as devDependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1b9b22..58ef954 100644 --- a/README.md +++ b/README.md @@ -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