From 93f027ac083e184b31d7e2d5c874d0e541071389 Mon Sep 17 00:00:00 2001 From: lichengyin Date: Wed, 30 Mar 2016 09:10:40 +0800 Subject: [PATCH] Update Readme.md in template --- template/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template/README.md b/template/README.md index 9af28b1f..ee904489 100644 --- a/template/README.md +++ b/template/README.md @@ -1,21 +1,21 @@ -application created by [ThinkJS](http://www.thinkjs.org) +Application created by [ThinkJS](http://www.thinkjs.org) -## install dependencies +## Install dependencies ``` npm install ``` -## start server +## Start server ``` npm start ``` -## deploy with pm2 +## Deploy with pm2 -use pm2 to deploy app on production envrioment. +Use pm2 to deploy app on production enviroment. ``` pm2 startOrReload pm2.json