Browse Source

Update README.md (#400)

Add logo
Mark Knol 7 years ago
parent
commit
82d09eafda
1 changed files with 5 additions and 5 deletions
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -1,9 +1,9 @@
-Heaps
-=====
+# Heaps  
+_High Performance Game Framework_
 
 [![Build Status](https://travis-ci.org/HeapsIO/heaps.svg?branch=master)](https://travis-ci.org/HeapsIO/heaps)
 
-_High Performance Game Framework_
+[![Heaps.io logo](https://raw.githubusercontent.com/HeapsIO/heaps.io/master/assets/logo/logo-heaps-color.png)](http://heaps.io)
 
 **Heaps** is a cross platform graphics engine designed for high performance games. It's designed to leverage modern GPUs that are commonly available on desktop, mobile and consoles.
 
@@ -18,7 +18,7 @@ Heaps is currently working on:
 Community
 ---------
 
-Join us on Gitter https://gitter.im/heapsio/Lobby
+Join us on Gitter <https://gitter.im/heapsio/Lobby>
 
 Samples
 -------
@@ -31,7 +31,7 @@ To compile:
 - For HashLink: run `haxe -lib hlsdl|hldx [sample]_hl.hxml` then run `hl <sample>.hl` to run (can use both SDL and DirectX libraries)
 - For OpenFL/Lime: run `openfl test windows` into the sample directory -- OpenFL/Lime is not officially supported, we don't accept issues please send pull requests if you make some changes
 
-Project files for [HaxeDevelop](http://haxedevelop.org) are also generated
+Project files for [HaxeDevelop](http://haxedevelop.org) are also generated.
 
 ----
 * [Official website](http://heaps.io)