leonsal 8 vuotta sitten
vanhempi
commit
30c2d32ac7
1 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -51,10 +51,8 @@ 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 using:
-```
-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