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
## 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")
}
})
```
```