From c72f53b3dda0881dde8c4f3eb69a1b31bd37ff78 Mon Sep 17 00:00:00 2001
From: Dmitrii Zolotarev <dvzolotarev@gmail.com>
Date: Sat, 6 Jul 2019 12:07:17 +0700
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 3950669d..4e8054b6 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@ Kelvin Blockchain node
 ## Build
 
 The project uses CMake. To generate a Makefile run in the project root directory `git submodule init && git submodule update --remote && cmake -S . -B build && cd ./build && make`.
-Or if don't clone the project yet, run `git clone --recursive <repo>` to clone it with all submodules. Then build the project as a regular CMake project.
+Or if you don't clone the project yet, run `git clone --recursive <repo>` to clone it with all submodules. Then build the project as a regular CMake project.
 
 ### Prerequsites
 
-To successfully complete of the build, you must have folgende prerequisites installed (packages are named as in Debian GNU/Linux 10 "buster", please found the corresponding packages for your distribution):
+To successfully complete of the build, you must have following prerequisites installed (packages are named as in Debian GNU/Linux 10 "buster", please found the corresponding packages for your distribution):
 
 * libjson-c-dev
 * libmemcached-dev (for libdap-server-core submodule)
-- 
GitLab