From 889e6a5827ed7f68e6c1b3db26e9240d58e1c755 Mon Sep 17 00:00:00 2001 From: Walker Randolph Smith Date: Tue, 27 May 2025 22:07:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04cedad6..6015ee21 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ You can use this on a node server by passing through the node-canvas or jsdom ob Calling `getRawData` in node will return a Buffer instead of a Blob. ```js -const { QRCodeStyling } = require("qr-code-styling/lib/qr-code-styling.common.js"); +const { QRCodeStyling } = require("qr-code-styling-node/lib/qr-code-styling.common.js"); const nodeCanvas = require("canvas"); const { JSDOM } = require("jsdom"); const fs = require("fs");