Skip to content

Commit

Permalink
Updates readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsubrian committed Oct 10, 2012
1 parent 7716569 commit 0f9a801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -10,9 +10,11 @@ Usage

```js
var expres = require('expres'),
server = http.createServer();
server = require('http').createServer();

server.on('request', expres.middleware);

// ...
```

Response Methods Added
Expand Down

0 comments on commit 0f9a801

Please sign in to comment.