Browse Source

minor md formatting fix

John Gabriele 7 năm trước cách đây
mục cha
commit
5d02c6eaa2
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -10,11 +10,11 @@ HashLink is a virtual machine for Haxe https://hashlink.haxe.org
 
 
 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:
 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:
 
 
-fmt: libpng-dev libturbojpeg-dev libvorbis-dev
-openal: libopenal-dev
-sdl: libsdl2-dev
-ssl: libmbedtls-dev
-uv: libuv1-dev
+  * fmt: libpng-dev libturbojpeg-dev libvorbis-dev
+  * openal: libopenal-dev
+  * sdl: libsdl2-dev
+  * ssl: libmbedtls-dev
+  * uv: libuv1-dev
 
 
 To install all dependencies on the latest Ubuntu, for example:
 To install all dependencies on the latest Ubuntu, for example: