diff --git a/README.md b/README.md index c51540d..08a8aa4 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ pocketbase serve BUN 🐰 ```bash - bun install && bun dev +bun install && bun dev ``` NPM 🪟 ```bash - npm run install && npm run dev +npm run install && npm run dev ```