From c40ae4c41b8c97e59e90d283b48ba1cb6549807a Mon Sep 17 00:00:00 2001 From: Jan Oliver Oelerich Date: Wed, 17 Oct 2012 08:31:10 +0200 Subject: [PATCH] extended readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26fadfd..37347a5 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,5 @@ To contribute a script, make sure it has a function `output()` that outputs valid json code that can be interpreted by i3status. The protocol is documented here: [i3status Protocol](http://i3wm.org/docs/i3bar-protocol.html). -Please add an example for how to configure it to `wrapper.py`. It should be a -python class that can be registered with the `I3StatusHandler` class. \ No newline at end of file +Please add an example for how to configure it to `wrapper.py.dist`. It should be +a python class that can be registered with the `I3StatusHandler` class. \ No newline at end of file