瀏覽代碼

Update README.md

Nicolas Cannasse 7 年之前
父節點
當前提交
69ba2db06a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -6,7 +6,7 @@
 HashLink is a virtual machine for Haxe http://hashlink.haxe.org
 
 
-# Building on Linux/OSX
+## Building on Linux/OSX
 
 HashLink is distributed with some graphics libraries allowing to develop various applications, you can manually disable the libraries you want to compile in Makefile. Here's the dependencies that you install in order to compile all the libraries:
 
@@ -24,16 +24,16 @@ And on OSX:
 
 `brew install libpng jpeg-turbo libvorbis sdl2 mbedtls openal-soft libuv`
 
-# Building on Windows
+## Building on Windows
 
 Open `hl.sln` using Visual Studio Code and compile.
 
 To build all of HashLink libraries it is required to download several additional distributions, read each library README file (in hashlink/libs/xxx/README.md) for additional information.
 
-# Debugging
+## Debugging
 
 You can debug Haxe/HashLink applications by using the [Visual Studio Code Debugger](https://marketplace.visualstudio.com/items?itemName=HaxeFoundation.haxe-hl)
 
-# Documentation
+## Documentation
 
 Read the [Documentation](https://github.com/HaxeFoundation/hashlink/wiki) on the HashLink wiki.