瀏覽代碼

Improve README and fix markdownlint warnings

Hugo Locurcio 7 年之前
父節點
當前提交
a65ff53c07
共有 1 個文件被更改,包括 9 次插入8 次删除
  1. 9 8
      README.md

+ 9 - 8
README.md

@@ -1,27 +1,28 @@
-![Screenshot of TPS demo](screenshot.png)
+# Third Person Shooter Demo
 
 
-## Third Person Shooter Demo
+![Screenshot of TPS demo](screenshot.png)
 
 
 Third person shooter demo made using [Godot Engine](https://godotengine.org) 3.1.
 Third person shooter demo made using [Godot Engine](https://godotengine.org) 3.1.
 
 
-Note: Until Godot 3.1-stable is released, you need a recent build from Godot's
+**Note:** Until Godot 3.1-stable is released, you need a recent build from Godot's
 *master* branch to run this demo. You can build the engine from source, or use one
 *master* branch to run this demo. You can build the engine from source, or use one
 of @Calinou's [nightly builds](https://hugo.pro/projects/godot-builds).
 of @Calinou's [nightly builds](https://hugo.pro/projects/godot-builds).
 
 
-Note 2: The repository is big and asset importing not well optimized yet, so expect
+**Note 2:** The repository is big and asset importing not well optimized yet, so expect
 a high CPU and RAM load when opening the project for the first time.
 a high CPU and RAM load when opening the project for the first time.
 
 
-### Git LFS
+## Git LFS
 
 
 This demo uses [Git LFS](https://git-lfs.github.com/) to store the heaviest assets.
 This demo uses [Git LFS](https://git-lfs.github.com/) to store the heaviest assets.
 
 
 You need to install Git LFS on your system, and then fetch the assets from the LFS
 You need to install Git LFS on your system, and then fetch the assets from the LFS
 repository with:
 repository with:
-```
+
+```text
 git lfs fetch
 git lfs fetch
 git checkout master
 git checkout master
 ```
 ```
 
 
-### License
+## License
 
 
-See [LICENSE.txt] for details.
+See [LICENSE.txt](/LICENSE.txt) for details.