diff --git a/README.md b/README.md index 815c2cb..ddda384 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# KaraDash (IPR) +# 甘オケ / amaoke.app -Practice Japanese Karaoke lyrics reading and typing at the same time with KaraDash! +Practice Japanese Karaoke lyrics reading and typing at the same time with amaoke.app! 在这里可以同时练习日语卡拉 OK 歌词阅读速度和打字速度! diff --git a/bun.lock b/bun.lock index 29f9ff3..629e6d5 100644 --- a/bun.lock +++ b/bun.lock @@ -3,7 +3,7 @@ "configVersion": 1, "workspaces": { "": { - "name": "karadash", + "name": "amaoke", "dependencies": { "@fontsource/roboto": "^5.2.8", "@iconify-json/material-symbols": "^1.2.46", diff --git a/package.json b/package.json index bf3196c..fcf7b7e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "karadash", + "name": "amaoke", "private": true, "version": "0.0.1", "type": "module",