leonsal 8 anni fa
parent
commit
30c2d32ac7
1 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  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