Added link to demo.go to README.md.

This commit is contained in:
Zach Klippenstein 2015-04-12 22:19:48 -07:00
parent 4b9891533a
commit 28a745dc7a

View file

@ -4,3 +4,5 @@
[![GoDoc](https://godoc.org/github.com/zach-klippenstein/goadb?status.svg)](https://godoc.org/github.com/zach-klippenstein/goadb)
A Golang library for interacting with the Android Debug Bridge (adb).
See [demo.go](cmd/demo/demo.go) for usage.