From a1302fd70f1237e68e6eb698d652339fcbd041a2 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Fri, 22 Nov 2013 22:05:45 +0100 Subject: [PATCH] fix typos in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4ad94e..5a402e9 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Gradle with wrapper ------------------- In gradle/hellomuni example you have to download and install Gradle manually. -Gradle projects are often sometimes with wrapper which downloads all necessary file with Gradle. +Gradle projects are sometimes provided with wrapper which downloads all necessary files with Gradle. It's sufficient to start wrapper and then you can work with local instance of Gradle. This is useful when you want to fix version of Gradle or simplify bootstrap process.