From e0e1aca1d7decc84e818bcc8944eaa204bc8c4b0 Mon Sep 17 00:00:00 2001 From: Arav Singhal Date: Thu, 4 May 2017 13:52:21 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 690783c..5af187d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ An ADB network device discovery and connection library [![Build Status](https://travis-ci.org/eviltak/adb-nmap.svg?branch=master)](https://travis-ci.org/eviltak/adb-nmap) ## Why adb-nmap -adb-nmap looks for ADB-supported devices on a network and optionally connects the ADB server (if there is one on the network) to them. This is much easier than having to look up the device's local network address and using the `adb connect` command, especially when done through an IDE or from the remote device itself. +adb-nmap helps look for ADB-supported devices on a network. Plain and simple. + +