tdoc update - qemu-wrapper - qemu wrapper used for specifying args to qemu-user in chroots
 (HTM) git clone git://parazyd.org/qemu-wrapper.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 1a710a7a56cacc6f62151616d31136d7ed7eb3db
 (DIR) parent 5186626b75daaa8eb62087015b348ff45c457ae1
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Fri,  8 Apr 2016 04:36:49 +0200
       
       doc update
       
       Diffstat:
         M README.md                           |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -4,8 +4,8 @@ A simple wrapper for executing qemu in chroot builds.
        With this, it is possible to pass arguments to qemu on chrooting, for example:
        the cpu we wish to emulate.
        
       -# Usage
       -Compile qemu wrapper with the below command and place it in `chroot/usr/bin/`
       +## Usage
       +Compile qemu-wrapper with the below command and place it in `chroot/usr/bin/`
        ```
        gcc -static qemu-wrapper.c -Os -s -o qemu-wrapper
        ```