We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1efb7 commit d486991Copy full SHA for d486991
README.md
@@ -66,7 +66,7 @@ import { hc } from 'hono/client'
66
import { receiveTypedStream } from 'jsr:@ns/hono-typedstream/client'
67
import type { AppType } from './server.ts'
68
69
-const client = hc<AppType>({ baseURL: 'https://example.com' })
+const client = hc<AppType>('/')
70
71
const res = await client.events.$get()
72
0 commit comments