From 7c2c95b325776f1876e350c715d36d2d1a5ec410 Mon Sep 17 00:00:00 2001 From: Liujian Date: Fri, 31 Oct 2014 13:53:48 +0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76cfa2b..cd0d18a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ go get -u github.com/beego/bee ## Basic commands Bee provides a variety of commands which can be helpful at various stage of development. The top level commands include: - +```base new create an application base on beego framework run run the app which can hot compile pack compress an beego project @@ -43,7 +43,7 @@ Bee provides a variety of commands which can be helpful at various stage of deve generate source code generator migrate run database migrations hprose create an rpc application use hprose base on beego framework - +``` ## bee version The first command is the easiest: displaying which version of `bee`, `beego` and `go` is installed on your machine: