tcompleted README a bit - wmutils - X windows manipulation utilities
 (HTM) git clone git://z3bra.org/wmutils
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3ed231bbed37c4f5dbf6702b0a2fb037672bd2e4
 (DIR) parent b90785ee27f6df78b259ade803aad59645482b79
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Fri, 19 Dec 2014 02:21:14 +0100
       
       completed README a bit
       
       Diffstat:
         M README.md                           |       8 +++++---
       
       1 file changed, 5 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -4,10 +4,9 @@ wmutils' core
        wmutils' core is a set of tools for X windows manipulation. Each tool only has
        one purpose, to make it as flexible and reliable as possible.
        
       -Here's a quick example of what can be achieved with wmutils, this screen will
       -put the currently focused window in the middle of the screen:
       +Here's a quick example. This snippet will put the currently focused window in
       +the middle of the screen:
        
       -    ```sh
            #!/bin/sh
        
            # get current window id, width and height
       t@@ -23,6 +22,9 @@ put the currently focused window in the middle of the screen:
            # move the current window to the center of the screen
            wtp $(((SW - WW)/2)) $(((SH - WH)/2)) $WW $WH $WID
        
       +You also might want to check [sxhkd](https://github.com/baskerville/sxhkd), a
       +daemon which allow binding applications to hot keys.
       +
        utilities
        ---------