Skip to content

Commit d97d99b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/browser-rendering/how-to/pdf-generation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ export default {
257257
};
258258
```
259259

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

262-
<PackageManagers type="exec" pkg="wrangler" args="dev --remote" />
262+
<PackageManagers type="exec" pkg="wrangler" args="dev" />
263263

264264
With your script now running, you can pass in a `?name` parameter to the local URL (such as `http://localhost:8787/?name=Harley`) and should see the following:
265265

0 commit comments

Comments
 (0)