From 172ebcc46a28bd3af1e8d69c580fac48cab0f050 Mon Sep 17 00:00:00 2001 From: ngn13 <78868991+ngn13@users.noreply.github.com> Date: Sun, 16 Apr 2023 20:20:13 +0300 Subject: [PATCH] quick readme fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7847f1b..d91d7a2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ It's written NuxtJS and supports full SSR. ## Setup ``` -git clone https://github.com/ngn13/my-website.git -cd my-website && npm i +git clone https://github.com/ngn13/ngn13.fun.git +cd ngn13.fun && npm i echo "password" > pass npm run build npm run start -``` \ No newline at end of file +```