leonsal пре 8 година
родитељ
комит
4e703c2b40
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -31,7 +31,7 @@ G3N was only tested with Go1.7.4+
 
 # Installation
 
-go get -u github.com/g3n/engine
+`go get -u github.com/g3n/engine`
 
 # Features
 
@@ -47,7 +47,7 @@ The following code shows a minimum G3N application [hellog3n](https://github.com
 which shows a wireframed sphere rotating.
 
 
-```
+```Go
 package main
 
 import (