From aecced60a11de6391936bc7cd959a6510216b609 Mon Sep 17 00:00:00 2001 From: Steve Cosman Date: Wed, 21 Jun 2023 08:44:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bef688..e85507a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A golang service which watches for devices starting or stopping playing airplay audio. When a device starts or stops, you can issue system command line tasks. -This is primarily useful for home automations. For example: detecting music playing on an airplay dongle or AppleTV and then turning on your receiver (via a smart switch, or IR command). I use it with homebridge and an IR blaster to turn a nice vintage receiver on an off for airplay audio. +This is primarily useful for home automations. For example: detecting music playing on an airplay dongle or AppleTV and then turning on your speakers (via a smart switch, or IR command). I use it with homebridge and an IR blaster to turn a nice vintage receiver on an off for airplay audio. ## Project progress