From 7d244a31aa4cf9e60fe1d2035a20e526fddc026d Mon Sep 17 00:00:00 2001
From: decamel <den_spb97@mail.ru>
Date: Mon, 18 Jul 2022 11:40:48 +0300
Subject: [PATCH] Readme file

---
 .gitignore          |  2 ++
 .vscode/launch.json | 14 --------------
 README.md           |  7 +++++++
 3 files changed, 9 insertions(+), 14 deletions(-)
 delete mode 100644 .vscode/launch.json

diff --git a/.gitignore b/.gitignore
index 4d29575..38b0874 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,8 @@
 .env.test.local
 .env.production.local
 
+.vscode
+
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index dc56f5f..0000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  // Use IntelliSense to learn about possible attributes.
-  // Hover to view descriptions of existing attributes.
-  "version": "0.2.0",
-  "configurations": [
-      {
-          "type": "pwa-chrome",
-          "request": "launch",
-          "name": "Launch Chrome against localhost",
-          "url": "http://localhost:3000",
-          "webRoot": "${workspaceFolder}"
-      }
-  ]
-}
\ No newline at end of file
diff --git a/README.md b/README.md
index 4a5d018..38aead1 100644
--- a/README.md
+++ b/README.md
@@ -54,13 +54,20 @@ We care about our code appearance in text editor. That's why we are placing some
 additional comments to seperate code parts using next style:
 
 /\* -------------------------------------------------------------------------- \*/
+
 /\*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;User service functions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\*/
+
 /\* -------------------------------------------------------------------------- \*/
+
 Or
+
 /\*-------------------------------- Hello --------------------------------\*/
+
 Or 
+
 /\*-----------------------------------------------------------------------\*/
 
+
 To place such comments for division code sections use [this](https://marketplace.visualstudio.com/items?itemName=stackbreak.comment-divider) extention.
 
 ## Domain folder structure