From 8d16a5a6f49d35f0cec66ece5f9f559c91478f6d Mon Sep 17 00:00:00 2001 From: Leon Aves Date: Sun, 20 Mar 2016 23:52:14 +0000 Subject: [PATCH] Angled brackets fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3622ef..30b598a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First add a slack API key to the config file (copy from config.json.example). Th npm install node index.js ``` -Start talking to your bot in slack. At the moment bots can only add songs to SpotiPi (supported by saying "@ play "), but obviously much more functionality will be added very soon. +Start talking to your bot in slack. At the moment bots can only add songs to SpotiPi (supported by saying "@\ play "), but obviously much more functionality will be added very soon. ## Future Only a slack bot interface is supported right now as that's where I'm starting. Soon there will be an HTTP interface, and maybe a full web interface. Might make these things plugins. This is all way down the line though.