From f87052788eec292f52a801fefb78194e0320573d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 19 May 2014 12:27:07 +0300 Subject: [PATCH] Aka: use better quotes for lastfm in README.md. --- plugins/Aka/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/Aka/README.md b/plugins/Aka/README.md index 5250c0fa5..64d6deadd 100644 --- a/plugins/Aka/README.md +++ b/plugins/Aka/README.md @@ -59,7 +59,9 @@ provides the `action` command. Add an aka, `lastfm`, which expects a last.fm username and replies with their most recently played item. -`@aka add lastfm "rss [format concat http://ws.audioscrobbler.com/1.0/user/ [format concat [web urlquote $1] /recenttracks.rss]]"` +``` +@aka add lastfm "rss [format concat http://ws.audioscrobbler.com/1.0/user/ [format concat [web urlquote $1] /recenttracks.rss]]" +``` This `lastfm` aka requires the following plugins to be loaded: `RSS`, `Format` and `Web`.