Explorar o código

Some more markup fixes

TheOnlyJoey %!s(int64=10) %!d(string=hai) anos
pai
achega
b5d112a299
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -31,16 +31,16 @@ OpenHMD is released under the permissive Boost Software License (see LICENSE for
   * libvr - http://hg.sitedethib.com/libvr
 
 ## Compiling and Installing
-Using make
+Using make:
 
     ./autogen.sh # (if you're building from the git repository)
     ./configure [--enable-openglexample]
     make
     sudo make install
 
-Using CMake
-With CMake, you can enable and disable drivers to compile OpenHMD with.
+Using CMake:
 
+With CMake, you can enable and disable drivers to compile OpenHMD with.
 Current Available drivers are: OPENHMD_DRIVER_OCULUS_RIFT and OPENHMD_DRIVER_ANDROID
 
     cmake -DOPENHMD_DRIVER_ANDROID=ON .