69096b09 by astaxie

update zh docs

1 parent da5dd4d1
...@@ -25,7 +25,6 @@ beego虽然是一个简单的框架,但是其中用到了很多第三方的包 ...@@ -25,7 +25,6 @@ beego虽然是一个简单的框架,但是其中用到了很多第三方的包
25 25
26 > - session模块中支持mysql引擎:github.com/go-sql-driver/mysql 26 > - session模块中支持mysql引擎:github.com/go-sql-driver/mysql
27 27
28 > - 模板函数中支持markdown转化:github.com/russross/blackfriday
29 28
30 29
31 - [beego介绍](README.md) 30 - [beego介绍](README.md)
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
76 76
77 通过如下命令创建beego项目,首先进入gopath目录 77 通过如下命令创建beego项目,首先进入gopath目录
78 78
79 bee create hello 79 bee new hello
80 80
81 这样就建立了一个项目hello,目录结构如下所示 81 这样就建立了一个项目hello,目录结构如下所示
82 82
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!