Pārlūkot izejas kodu

updated readme

master
mortie pirms 7 gadiem
vecāks
revīzija
9e36eabdc9
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 3
    3
      README.md
  2. 1
    1
      package.json

+ 3
- 3
README.md Parādīt failu

@@ -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 Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt