From 89c2d6e53fea8bc3f82afd82651e5d40bdd362a7 Mon Sep 17 00:00:00 2001 From: atash55 Date: Wed, 28 Oct 2015 16:09:38 +0530 Subject: [PATCH] Update README.md Corrected grammatical errors --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 275fdaf..8265ffc 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ For a comprehensive tutorial, Check-out the complete turorial on [master](https: You can check out this sample project [here](https://github.com/GrimReio/OpenIAB-sample-game). ##How to build plugin -Plugin build view [Gradle][2]. You no need to download binary package of gradle tools, only requirements -is installed JDK version 1.6 or great and setup JAVA_HOME environment variable.
+Plugin build view [Gradle][2]. You don't need to download binary package of gradle tools, only requirements +are installed JDK version 1.6 or great and setup JAVA_HOME environment variable.

-Before build plugin you must:
+Before building plugin you must:
1. Install [Unity][1], start it and accept license agreement. 2. Unity must be closed while build is running. -For build project you must run from terminal in `unity_plugin` directory of project
+For building project you must run from terminal in `unity_plugin` directory of project
```groovy ../gradlew clean buildPlugin ``` @@ -50,7 +50,7 @@ On Windows run
..\gradlew.bat clean buildPlugin ``` -If build was successfully, you can find output unitypackage file in directory
+If build was successfull, you can find output unitypackage file in directory
`unity_plugin/build/outputs`