From 30b1e793692c8b1abc19957ef9f477ee68cc8690 Mon Sep 17 00:00:00 2001
From: Alexander Repeta <alexander.repeta@gmail.com>
Date: Tue, 23 Mar 2021 14:38:24 +0200
Subject: [PATCH] update readme

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b4c9f8b..c2bd8b5 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,11 @@ npm run dev
 заменив `имя_пользователя` и `имя_репозитория` на свои.
 
 ```json
-"homepage": "https://имя_пользователя.github.io/имя_репозитория"
-"build": "parcel build src/*.html --public-url /имя_репозитория/",
+"homepage": "https://имя_пользователя.github.io/имя_репозитория",
+"scripts": {
+  "dev": "parcel src/*.html",
+  "build": "parcel build src/*.html --public-url /имя_репозитория/"
+},
 ```
 
 Через какое-то время живую страницу можно будет посмотреть по адресу указанному в отредактированном
-- 
GitLab