From fbde0232f9ece4f6c4dc64188581668c2924a55a Mon Sep 17 00:00:00 2001 From: Erik Koopmans Date: Tue, 26 Aug 2025 21:55:21 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b850588..44718ea2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The simplest way to use html2pdf.js is to include it as a script in your HTML by Using a CDN URL will lock you to a specific version, which should ensure stability and give you control over when to change versions. cdnjs gives you access to [all past versions of html2pdf.js](https://cdnjs.com/libraries/html2pdf.js). -*Note: [Read about dependences](#dependencies) for more information about using the unbundled version `dist/html2canvas.min.js`.* +*Note: [Read about dependencies](#dependencies) for more information about using the unbundled version `dist/html2canvas.min.js`.* #### Raw JS