From 52e71839c0a288d9e78d9ee59cc96a512dac0365 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 18 Oct 2023 06:13:23 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```