From 4ee3d6aad47c9b32a15b41d4d2536ce677f93d23 Mon Sep 17 00:00:00 2001 From: Xuyuan Pang Date: Tue, 30 Jul 2013 17:29:22 +0800 Subject: [PATCH] bee command --- docs/en/Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Quickstart.md b/docs/en/Quickstart.md index 0f967bb5..b36f7dd4 100644 --- a/docs/en/Quickstart.md +++ b/docs/en/Quickstart.md @@ -74,7 +74,7 @@ What happened in behind above example? Get into your $GOPATH, then use following command to setup Beego project: - bee create hello + bee new hello It generates folders and files for your project, directory structure as follows: