瀏覽代碼

updated readme

master
mortie 7 年之前
父節點
當前提交
9e36eabdc9
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. 3
    3
      README.md
  2. 1
    1
      package.json

+ 3
- 3
README.md 查看文件

@@ -6,13 +6,13 @@ Webframe is a small and dependency free web application framework.

Install:

```
``` bash
npm install --save webframe
```

Use:

```
``` JavaScript
var webframe = require("webframe");
var app = new webframe.App();
```
@@ -49,7 +49,7 @@ Options:
* `res403`: The string to return for a 403 error. "{{pathname}}" will be
replaced with the pathname.

```
``` JavaScript
var app = new webframe.App({ client_utils: true });
```


+ 1
- 1
package.json 查看文件

@@ -1,6 +1,6 @@
{
"name": "webframe",
"version": "0.1.3",
"version": "0.1.4",
"description": "Web server.",
"main": "index.js",
"scripts": {

Loading…
取消
儲存