tSpelling - libwm - X windows manipulation library
 (HTM) git clone git://z3bra.org/libwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d5b5d3e316b28172d53299e2001d10267fd7916e
 (DIR) parent 15d174927a115d9ce34b50c5cf9025cdc12f5cc4
 (HTM) Author: theFerdi265 <theferdi265@gmail.com>
       Date:   Tue,  4 Oct 2016 10:16:51 +0200
       
       Spelling
       
       Diffstat:
         M README.md                           |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -4,7 +4,7 @@ A small library for X window manipulation
        
        ## documentation
        
       -Here is the full list of all the function you can use from `libwm`:
       +Here is the full list of all the functions provided by `libwm`:
        
            wm_init_xcb();
            wm_kill_xcb();
       t@@ -33,13 +33,13 @@ now.
        ## installation
        
        `libwm` provides two files: libwm.a and wm.h.  
       -You can build/install them as follow:
       +You can build/install them as follows:
        
            $ make
            # make install
        
        The makefile supports 2 macros: DESTDIR and PREFIX.
        
       -Then to link your program against it, compile it as follow:
       +To link your program against it, compile it as follows:
        
            cc pgm.c -lwm -o pgm