Skip to content

Commit 5b8e5b8

Browse files
authored
Update README.md
1 parent 43b350b commit 5b8e5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const streamChat = httpAction(async (ctx, request) => {
115115
});
116116
```
117117

118-
You need to expose this HTTP endpoint in your app, `http.ts`:
118+
You need to expose this HTTP endpoint in your backend, so in `convex/http.ts`:
119119

120120
```ts
121121
http.route({

0 commit comments

Comments
 (0)