From 28a745dc7a96bd24d9c66126263a76fa5dbd68aa Mon Sep 17 00:00:00 2001 From: Zach Klippenstein Date: Sun, 12 Apr 2015 22:19:48 -0700 Subject: [PATCH] Added link to demo.go to README.md. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.