浏览代码

update README and package.json

Hongcai Deng 9 年之前
父节点
当前提交
2aeeec070a
共有 2 个文件被更改,包括 11 次插入2 次删除
  1. 7 1
      README.md
  2. 4 1
      package.json

+ 7 - 1
README.md

@@ -17,8 +17,14 @@ general way:
 ```
 npm install && npm start
 ```
-if you want run this inside a docker container
+if you want to run this inside a docker container
 ```
 docker build -t denghongcai/forsaken-mail .
 docker run --name forsaken-mail -d -p 25:25 -p 3000:3000 denghongcai/forsaken-mail
 ```
+Open your browser and type in
+```
+http://localhost:3000
+```
+
+Enjoy!

+ 4 - 1
package.json

@@ -1,12 +1,15 @@
 {
   "name": "forsaken-mail",
-  "version": "0.1.0",
+  "version": "1.0.0",
   "description": "",
   "main": "app.js",
   "scripts": {
     "start": "node ./bin/www",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
+  "engines": {
+    "node": ">=4.0.0"
+  },
   "repository": {
     "type": "git",
     "url": "git+https://github.com/denghongcai/forrsaken-mail.git"