Skip to content

Commit 5707ff6

Browse files
authored
Update introduction.md
1 parent 290d510 commit 5707ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ import { swagger } from '@elysiajs/swagger'
9797
And on the client:
9898
```typescript
9999
// client.ts
100-
import { edenTreaty } from '@elysia/eden'
100+
import { edenTreaty } from '@elysiajs/eden'
101101
import type { Server } from './server'
102102

103103
const app = edenTreaty<Server>('http://localhost:8080')

0 commit comments

Comments
 (0)