Skip to content

Commit 0790eeb

Browse files
minor fixed
1 parent 454a9d3 commit 0790eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/guides/tutorials/build-a-workers-ai-whisper-with-chunking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default {
202202
Use wrangler's development mode to test your Worker locally:
203203

204204
```sh
205-
npx wrangler dev --remote
205+
npx wrangler dev
206206
```
207207

208208
Open your browser and go to [http://localhost:8787](http://localhost:8787), or use curl:

0 commit comments

Comments
 (0)