Fix the key reference to custom keys in the README

This commit is contained in:
Adrian C. (anrxc) 2009-07-30 20:33:54 +02:00
parent 9c973a5a74
commit 052748a2cb
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -29,7 +29,7 @@ type - one of the available widget types (see below for a list)
format - a string argument or a function
- string: $1, $2, $3... will be replaced by their respective value
returned from the widget type, some widget types return
tables with keys, in that case use: ${key}
tables with custom keys, in that case use: ${key}
- function: function(widget, args) can be used to manipulate
data returned by the widget type, more below
interval - number of seconds between updates of the widget