leonsal 8 年之前
父节点
当前提交
30c2d32ac7
共有 1 个文件被更改,包括 2 次插入4 次删除
  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