Skip to content

Commit

Permalink
fix some Merkdown
Browse files Browse the repository at this point in the history
fix some Merkdown
  • Loading branch information
shinriyo committed May 17, 2015
1 parent e67725b commit 589e2bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beego admin

Based beego, jquery easyui, bootstrap a background management system
Based beego, jQuery EasyUI, bootstrap a background management system

VERSION = "0.1.1"

Expand All @@ -19,7 +19,7 @@ First, the use of bee tools to create an application, reference `https://beego.me
```
$ bee new hello
```
After successfully created, you can get a man named hello application, now you can use it. Just find the new program hello / routers / router.go this document
After successfully created, you can get a man named hello application, now you can use it. Just find the new program `hello/routers/router.go` this document
```go
import (
"hello/controllers" //自身业务包
Expand All @@ -28,7 +28,7 @@ import (
)

```
##Introducing admin code, and then use it in init function
##Introducing admin code, and then use it in `init` function
```go
func init() {
admin.Run()
Expand Down

0 comments on commit 589e2bd

Please sign in to comment.