Skip to content

Commit 94ac379

Browse files
Apply suggestions from code review
Co-authored-by: Somhairle MacLeòid <[email protected]>
1 parent 42695a1 commit 94ac379

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/browser-rendering/how-to

1 file changed

+2
-2
lines changed

src/content/docs/browser-rendering/how-to/ai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ async function getLLMResult(env, prompt: string, schema?: any) {
259259
}
260260
```
261261

262-
You can run this script to test it using [remote bindings](/workers/development-testing/#remote-bindings) or Wrangler's `--remote` flag:
262+
You can run this script to test it using [remote bindings](/workers/development-testing/#remote-bindings):
263263

264264
```sh
265-
npx wrangler dev --remote
265+
npx wrangler dev
266266
```
267267

268268
With your script now running, you can go to `http://localhost:8787/` and should see something like the following:

0 commit comments

Comments
 (0)