From b8a9e7fac84c614cb5905e992534412f99f1be11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D5=BF=D5=AB=D5=A3=D6=80=D5=A1=D5=B6?= Date: Sat, 7 Nov 2020 21:23:26 +0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4abe34..a482f6f 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,20 @@ $ npm install Copy and edit the `env` file: ``` -cp .env.example .env -vim .env +$ cp .env.example .env +$ vim .env ``` Run the server: ``` -npm run server +$ npm run server ``` If you want to stop the server: ``` -npm run kill +$ npm run kill ```