Skip to content

Commit 13a1da0

Browse files
committed
📘 doc: grammar
1 parent 047b0d3 commit 13a1da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eden/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export type App = typeof app // [!code ++]
7070
import { treaty } from '@elysiajs/eden'
7171
import type { App } from './server' // [!code ++]
7272
73-
const client = treaty<App>('http://localhost') // [!code ++]
73+
const client = treaty<App>('localhost:3000') // [!code ++]
7474

7575
// response: Hi Elysia
7676
const { data: index } = await client.index.get()

0 commit comments

Comments
 (0)