Explorar el Código

formatting fix

leonsal hace 8 años
padre
commit
99e5af2276
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -1,4 +1,4 @@
-# G3N Go 3D Game Engine
+# G3N - Go 3D Game Engine
 
 G3N is a basic (for now!) OpenGL 3D Game Engine written in Go.
 G3N was heavily inspired and based on the [three.js](https://threejs.org/) Javascript 3D library.
@@ -43,7 +43,8 @@ G3N was only tested with Go1.7.4+
 
 # Basic application
 
-The following code shows a minimum G3N application [hellog3n](https://github.com/g3n/engine/hellog3n)
+The following code shows a minimum G3N application 
+[hellog3n](https://github.com/g3n/engine/tree/master/hellog3n)
 which shows a wireframed sphere rotating.