docs: emphasize the use of pnpm for package updates

This commit is contained in:
Space-Banane
2026-03-20 09:00:39 +01:00
parent 9887ca3dcc
commit 1b3851d0af
+1 -1
View File
@@ -94,7 +94,7 @@ After creating a function and receiving an ID (for example, 81), you can share t
```
## Update
Update with your package manager of choice. Preferably pnpm:
Update with your package manager of choice. ALWAYS pnpm:
```bash
pnpm add -g shsf-cli
```