From 63b2d3b07a57eaf20ec5951f27babfc3cbcbe450 Mon Sep 17 00:00:00 2001 From: Marcin Kraszewski Date: Mon, 2 Oct 2017 13:03:01 +0200 Subject: [PATCH] Update README.md Fixed grammatical errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e776d870194..e35ca75da1d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ implementation and native code generation facility using LLVM toolchain. _Kotlin/Native_ is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS, embedded targets), -or where developer is willing to produce reasonably-sized self-contained program -without need to ship an additional execution runtime. +or where a developer is willing to produce a reasonably-sized self-contained program +without the need to ship an additional execution runtime. To compile from sources use following steps.