From 6bce4e55e91361b2a325cf67c91994ee6f14178e Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Fri, 22 Aug 2008 22:26:04 +0200 Subject: Fix README to use :*: darcs-hash:20080822202604-3ebed-82e6ca80d0668b65bbe9711536efafc401caf466.gz --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index d176e2b..d6f381f 100644 --- a/README +++ b/README @@ -470,7 +470,7 @@ install the HelloWorld plugin that comes with [xmobar]: signature of `runnableTypes` in `Config.hs`. For instance, for the HelloWorld plugin, change `runnableTypes` into: - runnableTypes :: (Command,(Monitors,(HelloWorld,()))) + runnableTypes :: Command :*: Monitors :*: HelloWorld :*: () runnableTypes = undefined 3. Rebuild and reinstall [xmobar]. Now test it with: @@ -499,12 +499,12 @@ To remove the system monitor plugin: 2. in `Config.hs` change - runnableTypes :: (Command,(Monitors,())) + runnableTypes :: Command :*: Monitors :*: () runnableTypes = undefined to - runnableTypes :: (Command,()) + runnableTypes :: Command :*: () runnableTypes = undefined 3. rebuild [xmobar]. -- cgit v1.2.3