mortie 7 лет назад
Родитель
Сommit
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": {

Загрузка…
Отмена
Сохранить