diff --git a/README.md b/README.md index d24cd92..b0a9f4a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc) ### Install the dependencies ```bash -yarn install +npm install ``` ### Start the dev environment ```bash -yarn dev +npm run dev ```