update library name in readme

This commit is contained in:
AAGaming
2024-12-18 13:04:18 -05:00
committed by GitHub
parent 83f2c94712
commit 79bb62a3c4
+1 -1
View File
@@ -105,7 +105,7 @@ Please consult [the wiki page regarding development](https://wiki.deckbrew.xyz/e
⚠️ If you are recieving build errors due to an out of date library, you should run this command inside of your repository. ⚠️ If you are recieving build errors due to an out of date library, you should run this command inside of your repository.
```bash ```bash
pnpm update decky-frontend-lib --latest pnpm update @decky/ui --latest
``` ```
Source control and deploying plugins are left to each respective contributor for the cloned repos in order to keep dependencies up to date. Source control and deploying plugins are left to each respective contributor for the cloned repos in order to keep dependencies up to date.