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 +```