From 49a5b72bc20ef1cf6bc383aed2cdc7ceee61ec13 Mon Sep 17 00:00:00 2001 From: sophie Date: Tue, 16 Jul 2024 23:58:01 +0300 Subject: [PATCH] modified: README.md fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aefb53..50d9ae3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pianoverse client for TS ## install -run `bun add https://git.sad.ovh/sophie/pianoverse` +run `bun add git+https://git.sad.ovh/sophie/pianoverse` then import `pianoverse` ## requirements @@ -24,4 +24,4 @@ client.on("message", (user, content) => { client.message("Hi :P") } }) -``` \ No newline at end of file +```