Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
promer94 committed Jul 3, 2024
1 parent ca88915 commit ad0f3c1
Show file tree
Hide file tree
Showing 2 changed files with 1,134 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/helpers/conninfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ import { Hono } from 'hono'
import { getConnInfo } from 'hono/cloudflare-workers'
```

```ts [Vercel]
import { Hono } from 'hono'
import { getConnInfo } from 'hono/vercel'
```

```ts [Deno]
import { Hono } from 'hono'
import { getConnInfo } from 'hono/deno'
Expand Down
Loading

0 comments on commit ad0f3c1

Please sign in to comment.