From 3045a09dc177a44be27488de99889e840ca0fc12 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 3 Apr 2018 22:36:48 -0700 Subject: [PATCH] Updated Compilation Section of Readme Made minor grammar and technical style fixes to compilation secion of README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cdb63a52..03242ae3 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ Features Compilation ----------- -Use either Visual Studio 2017 (with Update 4 and SDK 10.0.16299 installed) or MinGW and -then invoke the `.sln` or `configure`/`make` respectively. +Use either Visual Studio 2017 (with Update 4 and SDK 10.0.16299 installed) or MinGW. +Then invoke the `.sln` or `configure`/`make` respectively. #### Visual Studio -Note that, since Rufus is an OSI compliant Open Source project, you are entitled to -download and use the *freely available* [Visual Studio Community Edition](https://www.visualstudio.com/vs/community/) -to build, run or develop for Rufus. As per the Visual Studio Community Edition license +Because Rufus is an OSI compliant Open Source project, you are entitled to +download and use the, *freely available*, [Visual Studio Community Edition](https://www.visualstudio.com/vs/community/) +to build, run, or develop for Rufus. As per the Visual Studio Community Edition license this applies regardless of whether you are an individual or a corporate user. Additional information