From 052748a2cb671b5b9e85c4e4aefb76a58e88a520 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 30 Jul 2009 20:33:54 +0200 Subject: Fix the key reference to custom keys in the README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 8ccece2..1a33232 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3