From c46bcf3621712e0891f7d68c86af1e1e4132c656 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Fri, 25 Apr 2025 14:09:05 -0500 Subject: [PATCH] update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be392d2..e9e8e38 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,11 @@ To install dependencies: ```bash -bun install +npm install ``` To run: ```bash -bun run index.ts +node --experimental-strip-types src/index.ts ``` - -This project was created using `bun init` in bun v1.0.23. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.