Bläddra i källkod

Some more markup fixes

TheOnlyJoey 10 år sedan
förälder
incheckning
b5d112a299
1 ändrade filer med 3 tillägg och 3 borttagningar
  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 .