From 0e9b80783e4ab2c2e17ac45e37644badc9192158 Mon Sep 17 00:00:00 2001 From: temtemy <32586497+temtemy@users.noreply.github.com> Date: Sat, 7 Oct 2017 12:18:37 +0800 Subject: [PATCH 1/2] Update README.md New link for installing SBT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e1dad..70c215f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sudo apt-get install protobuf-compiler libprotobuf-java ``` Install SBT: -http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html +http://www.scala-sbt.org/release/docs/Setup.html To build: ``` From e1e8c02545002d6940886651796c3653087576a2 Mon Sep 17 00:00:00 2001 From: TemTem Date: Fri, 8 Jun 2018 21:14:18 +0800 Subject: [PATCH 2/2] spelling and grammar "dowload" to "download", "a checkin ability" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70c215f..2b5e7d2 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ Google Play Crawler JAVA API google-play-crawler is simply for searching android applications on GooglePlay, and also downloading them. -Now you can dowload applications with single click from web to your desktop. +Now you can download applications with single click from web to your desktop. -It also has checkin ability to generate ANDROID-ID for you. +It also has a checkin ability to generate ANDROID-ID for you. While doing checkin with your account, it uses Galaxy S3 properties. So only Galaxy S3 compatible applications will be retrieved. -If you try to download incompatible application for Galaxy S3, you will get an exception like this : +If you try to download incompatible application for Galaxy S3, you will get an exception like this: ```java "The item you were attempting to purchase could not be found." ```