Skip to content

Commit bd711a5

Browse files
committed
Fix error
1 parent d4c37ca commit bd711a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ npm install @cloudflare/puppeteer --save-dev
2626
3. Add your Browser Rendering binding to your new Wrangler configuration:
2727

2828
<WranglerConfig>
29-
```toml browser = {(binding = "BROWSER")}
30-
```
29+
30+
```toml title="wrangler.toml"
31+
browser = { binding = "BROWSER" }
32+
```
3133
</WranglerConfig>
3234

3335
4. Replace the contents of `src/index.ts` (or `src/index.js` for JavaScript projects) with the following skeleton script:

0 commit comments

Comments
 (0)