07ce3fb8 by marswj

Update Quickstart.md

1 parent 1d7d6c6f
...@@ -97,11 +97,11 @@ It generates folders and files for your project, directory structure as follows: ...@@ -97,11 +97,11 @@ It generates folders and files for your project, directory structure as follows:
97 97
98 Beego uses development mode as default, you can use following code to change mode in your application: 98 Beego uses development mode as default, you can use following code to change mode in your application:
99 99
100 beego.RunMode = "pro" 100 beego.RunMode = "prod"
101 101
102 Or use configuration file in `conf/app.conf`, and input following content: 102 Or use configuration file in `conf/app.conf`, and input following content:
103 103
104 runmode = pro 104 runmode = prod
105 105
106 No differences between two ways. 106 No differences between two ways.
107 107
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!