From 68ed3f319f70c758a692689f21bf8bff466fa285 Mon Sep 17 00:00:00 2001 From: George Pantazes Date: Tue, 29 Aug 2017 14:01:35 -0700 Subject: [PATCH] Small grammatical changes in README intro Fixed one or two grammatical errors in the README intro, as well as tried to further refine the language. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc2bf80..aa45849 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # JADB # ADB client implemented in pure Java. -The Android Debug Bridge or ADB for short it a client-server architecture used to install android apps from an IDE or command line and to debug apps, etc. +The Android Debug Bridge (ADB) is a client-server architecture used to communicate with Android devices (install APKs, debug apps, etc). -The Android SDK Tools is available for the major platforms (Mac, Windows & Linux) and in there is a command line tool called adb that implements the ADB protocol. +The Android SDK Tools are available for the major platforms (Mac, Windows & Linux) and include the `adb` command line tool which implements the ADB protocol. This projects aims at providing an up to date implementation of the ADB protocol.