Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caracal-js authored Jul 28, 2021
1 parent b553f3c commit 53784b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const proxy = new Corrosion();
const http = require('http')
http.createServer((req, res) => proxy.request(req, res)).on('upgrade', proxy.upgrade).listen(80);
```
Much more in depth one is in the `demo` folder.
Much more in depth one is in the [demo folder](demo/).

# API:

Expand All @@ -41,6 +41,8 @@ Much more in depth one is in the `demo` folder.
- `config.responseMiddleware` (Array) Array of middleware functions for proxy response.
- `config.standardMiddleware` (Boolean) Use the prebuilt middleware used by default.

## Properties

# JS Rewriter

## Methods:
Expand Down

0 comments on commit 53784b2

Please sign in to comment.