From e75e731baec2a5d86f8b83e94033a37bd71c59b2 Mon Sep 17 00:00:00 2001 From: kjy Date: Sun, 28 Dec 2025 22:37:51 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +--------------- package.json | 2 +- 2 files changed, 2 insertions(+), 16 deletions(-) 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" } }