Removed a misplaced space in mpd_notification_preset variable declaration

This commit is contained in:
blueluke 2013-11-12 15:11:54 -08:00
parent 27923b165d
commit a7b1e7e0db
1 changed files with 1 additions and 1 deletions

2
mpd.md
View File

@ -44,7 +44,7 @@ Variable | Meaning | Type | Default
and can modify `mpd_notification_preset` table, which will be the preset for the naughty notifications. Check [here](http://awesome.naquadah.org/doc/api/modules/naughty.html#notify) for the list of variables it can contain. Default definition:
mpd_notification _preset = {
mpd_notification_preset = {
title = "Now playing",
timeout = 6,
text = string.format("%s (%s) - %s\n%s", mpd_now.artist,