From 942d5d39f7867ca63c3b700ca9f4341c0c94ec43 Mon Sep 17 00:00:00 2001 From: Shaun Tenner <39561296+ZXY101@users.noreply.github.com> Date: Tue, 10 Oct 2023 03:40:03 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 188451d..74b0004 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ As of the moment base mokuro does not generate the `.mokuro` file, you need to i pip install git+https://github.com/kha-white/mokuro.git@web-reader ``` -Once installed and your manga is processed, import it your manga to the reader. +Once installed and your manga is processed, import your manga into the reader. ## Development: @@ -33,7 +33,7 @@ cd mokuro-reader Install dependencies: ```bash -npm run install +npm install ``` Start the dev server: