diff --git a/README.md b/README.md index 678a2dd..78da29a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This library implements Denon's StagelinQ protocol, allowing any Go application to talk to devices that are compatible with this protocol on the network. +An example application is provided that, if running successfully, will output information like this: + +![Screenshot of the example CLI](docs/screenshot.png) + ## Features - Automatically discover StagelinQ-compatible devices on the network diff --git a/docs/screenshot.png b/docs/screenshot.png new file mode 100644 index 0000000..8b06508 Binary files /dev/null and b/docs/screenshot.png differ