Browse Source

Updated README.

Branimir Karadžić 10 năm trước cách đây
mục cha
commit
c2fd6d7364
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -455,8 +455,8 @@ Amalgamated build
 
 
 For ease of integration to other build system bgfx library can be built with
 For ease of integration to other build system bgfx library can be built with
 single .cpp file. It's only necessary to build [src/amalgamated.cpp](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.cpp)
 single .cpp file. It's only necessary to build [src/amalgamated.cpp](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.cpp)
-or on OSX/iOS [src/amalgamated.mm](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.mm)
-inside different build system.
+(for OSX/iOS use [src/amalgamated.mm](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.mm)
+instead) inside different build system.
 
 
 OculusVR integration
 OculusVR integration
 --------------------
 --------------------