From 03804e6f47e72319507619b4765ed203f726b1a1 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 2 Apr 2021 16:34:43 -0400 Subject: [PATCH] Add documentation --- README.MD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7f44e1f..a9999a9 100644 --- a/README.MD +++ b/README.MD @@ -27,7 +27,10 @@ client := roku.NewClient("http://192.168.0.21:8060", WithHttpClient(httpClient)) info, err := client.DeviceInfo() // find the active app -apps, err := client.ActiveApp() +app, err := client.ActiveApp() + +// display all apps on the device +apps, err := client.Apps() // launch the YouTube app youtube := "837"