From 8226d85a3a20459befcc352bc3a36dbd36b1694b Mon Sep 17 00:00:00 2001 From: v1rtl Date: Sat, 3 Dec 2022 22:56:30 +0200 Subject: [PATCH] update readme version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df1da53..3418022 100644 --- a/README.md +++ b/README.md @@ -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({