diff --git a/README.md b/README.md index 8df5adc..8180f9a 100644 --- a/README.md +++ b/README.md @@ -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.