Skip to content

Commit

Permalink
[docs] fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Sep 16, 2013
1 parent 38e6d7c commit da9de70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -47,6 +47,7 @@ In addition, every stage emits a corresponding event so introspection during the

#### Setup a basic stand-alone proxy server

```js
var http = require('http'),
caronte = require('caronte');
//
Expand All @@ -62,6 +63,7 @@ http.createServer(function (req, res) {
res.write('request successfully proxied!' + '\n' + JSON.stringify(req.headers, true, 2));
res.end();
}).listen(9000);
```

#### Setup a stand-alone proxy server with custom server logic

Expand Down

0 comments on commit da9de70

Please sign in to comment.