Skip to content

Commit 7672bea

Browse files
dario-piotrowiczelithrar
authored andcommitted
fix broken link in qr-code-generator tutorial (#17408)
1 parent ccfc0f0 commit 7672bea

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/build-a-qr-code-generator

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/build-a-qr-code-generator/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ async function generateQRCode(request) {
150150
}
151151
```
152152

153-
The `qr-image` package you installed depends on Node.js APIs. For this to work, you need to set the ("nodejs_compat_v2" compatibility flag)(/workers/runtime-apis/nodejs/#enable-nodejs-with-workers) in your Wrangler configuration file:
153+
The `qr-image` package you installed depends on Node.js APIs. For this to work, you need to set the ["nodejs_compat_v2" compatibility flag](/workers/runtime-apis/nodejs/#enable-nodejs-with-workers) in your Wrangler configuration file:
154154

155155
```toml
156156
compatibility_flags = [ "nodejs_compat_v2"]

0 commit comments

Comments
 (0)