aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-08-02 02:15:53 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-08-02 02:15:53 +0200
commiteba6eb05737aefd75f45444b85809ff7a26db2ab (patch)
tree0f4df596738123586ad33b12107819118b183222 /contrib
parentc28bac5d71a2f315e309f41822abb33c3f38db17 (diff)
downloadvicious-legacy-eba6eb05737aefd75f45444b85809ff7a26db2ab.tar.xz
README: prefer vicious in global space
We want to expose suspend, activate and force functions to external shell scripts not just the Lua prompt.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/README b/contrib/README
index 0c1e55b..4be896b 100644
--- a/contrib/README
+++ b/contrib/README
@@ -13,7 +13,7 @@ To use contrib widgets uncomment the line that loads them in
init.lua. Or you can load them in your rc.lua after you require
Vicious:
- local vicious = require("vicious")
+ vicious = require("vicious")
vicious.contrib = require("vicious.contrib")