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({