Skip to content

Commit 5f70e04

Browse files
committed
trying to fix readme markdown
1 parent 853e9c7 commit 5f70e04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ See CREDITS.md for a list of contributers.
1414

1515
This is a rewrite of my [older game engine](https://github.com/flipcoder/qor-old), with code dating back to 2007.
1616

17-
##Instructions
17+
## Instructions
1818

1919
- Read the documentation: [QorBook](https://github.com/flipcoder/qor/blob/master/QorBook.md)
2020

21-
##Features
21+
## Features
2222

2323
- Cross-platform (Windows, Linux, and Mac(wip))
2424
- Multi-threaded (more improvements here soon)
@@ -79,15 +79,15 @@ This is a rewrite of my [older game engine](https://github.com/flipcoder/qor-old
7979

8080
More features will be listed as I add them...
8181

82-
##Partial/WIP Features
82+
## Partial/WIP Features
8383
- Level-of-detail
8484
- Particle systems (rewriting this atm)
8585
- Shader selection based on mesh and material properties (almost done)
8686
- Better instancing
8787
- Python bindings are currently very limited
8888
- More documentation and user-friendliness
8989

90-
##Screenshots
90+
## Screenshots
9191

9292
[![Screenshot1](http://i.imgur.com/zQxsEfgl.jpg)](http://i.imgur.com/zQxsEfg.jpg)
9393

@@ -96,7 +96,7 @@ More features will be listed as I add them...
9696
[![Screenshot2](http://i.imgur.com/VPH9ZpCl.png)](http://i.imgur.com/VPH9ZpC.jpg)
9797

9898

99-
##Examples
99+
## Examples
100100

101101
- [FRAG.EXE (First person shooter)](https://github.com/flipcoder/FRAG.EXE)
102102
- [Micro Army (2d platformer)](https://github.com/flipcoder/microarmy)

0 commit comments

Comments
 (0)