diff --git a/README.md b/README.md index e873b8f..aa7dedb 100644 --- a/README.md +++ b/README.md @@ -1,15 +1 @@ -# sung2 - -To install dependencies: - -```bash -bun install -``` - -To run: - -```bash -bun run index.ts -``` - -This project was created using `bun init` in bun v1.2.22. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime. +# woogang ranking diff --git a/package.json b/package.json index 6831008..39ba917 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "xlsx": "^0.18.5" }, "scripts": { - "start": "bun run src/starter.ts" + "start": "bun run starter.ts" } }