Skip to content

Commit ce51d56

Browse files
authored
Merge pull request #82 from DominicTobias/patch-1
Update introduction.md
2 parents 505ff3d + faa3e76 commit ce51d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ And on the client:
9898
```typescript
9999
// client.ts
100100
import { edenTreaty } from '@elysiajs/eden'
101-
import type { Server } from './server'
101+
import type { App } from './server'
102102

103-
const app = edenTreaty<Server>('http://localhost:8080')
103+
const app = edenTreaty<App>('http://localhost:8080')
104104

105105
app.signIn.post({
106106
username: 'saltyaom',

0 commit comments

Comments
 (0)