Skip to content

Commit 7ff6dc6

Browse files
authored
Update screenshots.mdx
update that local dev is possible
1 parent be57f39 commit 7ff6dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/workers-bindings/screenshots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ If the same `"url"` is requested again, it will use the cached version in KV ins
171171

172172
## 6. Test
173173

174-
Run [`npx wrangler dev --remote`](/workers/wrangler/commands/#dev) to test your Worker remotely before deploying to Cloudflare's global network. Local mode support does not exist for Browser Rendering so `--remote` is required.
174+
Run `npx wrangler dev` to test your Worker locally or run [`npx wrangler dev --remote`](/workers/wrangler/commands/#dev) to test your Worker remotely before deploying to Cloudflare's global network.
175175

176176
To test taking your first screenshot, go to the following URL:
177177

0 commit comments

Comments
 (0)