Skip to content

Commit

Permalink
feat: update oak dep in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Jan 28, 2024
1 parent ca205c1 commit b4446da
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 295 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Proxy middleware for Deno Oak HTTP servers.

```ts
import { proxy } from "https://deno.land/x/oak_http_proxy@2.2.0/mod.ts";
import { Application } from "https://deno.land/x/oak@v10.1.0/mod.ts";
import { Application } from "https://deno.land/x/oak@v12.6.2/mod.ts";

const app = new Application();

Expand Down
Loading

0 comments on commit b4446da

Please sign in to comment.