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

+ 4 - 3
README.md

@@ -51,11 +51,12 @@ G3N was only tested with Go1.7.4+
 The following code shows a basic G3N application 
 ([hellog3n](https://github.com/g3n/engine/tree/master/hellog3n))
 which shows a wireframed sphere rotating.
-You can install hellog3n by:
-`go get -u github.com/g3n/engine/hellog3n`
+You can install hellog3n using:
+```
+go get -u github.com/g3n/engine/hellog3n
+```
 For more complex demos please see the [G3N demo program](https://github.com/g3n/g3nd).
 
-
 ```Go
 package main