Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltak authored Apr 19, 2017
1 parent 7f12ccb commit 6cee931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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 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.
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.

0 comments on commit 6cee931

Please sign in to comment.