瀏覽代碼

formatting fix

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 (