소스 검색

Update SETUP.md

typo
Sven R. Kunze 7 년 전
부모
커밋
07fe6e50d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SETUP.md

+ 1 - 1
SETUP.md

@@ -64,7 +64,7 @@ To set up the project in Android Studio follow the next steps:
     - Windows: ```gradlew.bat clean build```
     - Mac OS/Linux: ```./gradlew clean build```
 
-The first time the Gradle wrapper is called, the correct Gradle version will be downloaded automatically. An Internet connection is needed for it works.
+The first time the Gradle wrapper is called, the correct Gradle version will be downloaded automatically. That requires a working Internet connection.
 
 The generated APK file is saved in android/build/outputs/apk as android-debug.apk