From 07ce3fb8ea885cef8ab21b3422d39b6f645f9f15 Mon Sep 17 00:00:00 2001 From: marswj Date: Sun, 28 Jul 2013 11:14:04 +0800 Subject: [PATCH] Update Quickstart.md --- docs/en/Quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Quickstart.md b/docs/en/Quickstart.md index 5642e91d..0f967bb5 100644 --- a/docs/en/Quickstart.md +++ b/docs/en/Quickstart.md @@ -97,11 +97,11 @@ It generates folders and files for your project, directory structure as follows: Beego uses development mode as default, you can use following code to change mode in your application: - beego.RunMode = "pro" + beego.RunMode = "prod" Or use configuration file in `conf/app.conf`, and input following content: - runmode = pro + runmode = prod No differences between two ways.