modified: README.md

fix
This commit is contained in:
Soph :3 2024-07-16 23:58:01 +03:00
parent c6f462ca45
commit 49a5b72bc2
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -1,7 +1,7 @@
# pianoverse client for TS # pianoverse client for TS
## install ## install
run `bun add https://git.sad.ovh/sophie/pianoverse` run `bun add git+https://git.sad.ovh/sophie/pianoverse`
then import `pianoverse` then import `pianoverse`
## requirements ## requirements
@ -24,4 +24,4 @@ client.on("message", (user, content) => {
client.message("Hi :P") client.message("Hi :P")
} }
}) })
``` ```