Skip to content

Commit 85d9f8c

Browse files
Update src/content/docs/workers/tutorials/build-a-qr-code-generator/index.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 12aa4ed commit 85d9f8c

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
@@ -122,7 +122,7 @@ export default {
122122

123123
## 3. Build a QR code generator
124124

125-
All projects deployed to Cloudflare Workers support npm packages. This support makes it easy to rapidly build out functionality in your Workers. The [`qrcode-svg`](https://github.com/papnkukn/qrcode-svg) package is a great way to take text and encode it into a QR code. In the command line, install and save `qrcode-svg` to your project’s `package.json`:
125+
All projects deployed to Cloudflare Workers support npm packages. This support makes it easy to rapidly build out functionality in your Workers. The ['qrcode-svg'](https://github.com/papnkukn/qrcode-svg) package is a great way to take text and encode it into a QR code. In the command line, install and save 'qrcode-svg' to your project’s 'package.json':
126126

127127
```sh title="Installing the qr-image package"
128128
npm install --save qrcode-svg

0 commit comments

Comments
 (0)