From 9ec302ca361397aaa7606c8d9806d8c04146b234 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:59:38 +0200 Subject: [PATCH] Fix scripts in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64834a3b9..f4e11e07f 100644 --- a/README.md +++ b/README.md @@ -149,25 +149,25 @@ Note: Currently the project is in progress to migrating this style so that's why ### Update friend code ```bash -npx tsx scripts/update-fc.ts -- 79237403620945920 1234-1234-1234 +npx tsx scripts/update-fc.ts 79237403620945920 1234-1234-1234 ``` ### Add new badge to the database ```bash -npx tsx scripts/add-badge.ts -- sundae "4v4 Sundaes" +npx tsx scripts/add-badge.ts fire_green "Octofin Eliteboard" ``` ### Rename display name of a badge ```bash -npx tsx scripts/rename-badge.ts -- 10 "New 4v4 Sundaes" +npx tsx scripts/rename-badge.ts 10 "New 4v4 Sundaes" ``` ### Add many badge owners ```bash -npx tsx scripts/add-badge-winners.ts -- 10 "750705955909664791,79237403620945920" +npx tsx scripts/add-badge-winners.ts 10 "750705955909664791,79237403620945920" ``` ### Converting gifs (badges) to thumbnail (.png)