Skip to content

Commit

Permalink
update readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Dec 3, 2022
1 parent d1309ab commit 8226d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Deno port of [forwarded](https://github.com/jshttp/forwarded/) library.
## Usage

```ts
import { Server } from 'https://deno.land/std@0.148.0/http/server.ts'
import { Server } from 'https://deno.land/std@0.167.0/http/server.ts'
import { forwarded, parse } from 'https://deno.land/x/forwarded/mod.ts'

const s = new Server({
Expand Down

0 comments on commit 8226d85

Please sign in to comment.