diff --git a/README.md b/README.md index eec035b..c03f128 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ PDFMerge is a web-based tool developed with JavaScript, HTML, and CSS to merge PDFs and images into a single PDF document. Processing files entirely on the client side guarantees data privacy and negates the need for server uploads. The application is built on the [PDF-LIB.js](https://pdf-lib.js.org/) library for generating and manipulating PDFs, with added functionalities for handling images through the HTML5 FileReader API. -### Live Demo: [pdfmerge.me](https://pdfmerge.me) +### Try it out at [pdfmerge.me](https://pdfmerge.me) ## Features - Merge PDFs and images with a simple, intuitive interface. @@ -11,7 +11,7 @@ PDFMerge is a web-based tool developed with JavaScript, HTML, and CSS to merge P - Process files locally for enhanced privacy and control. - Preserve original image filenames on PDF pages for reference. -## Credits and Third Party Licencing +## Credits and Third Party Licensing - [PDF-LIB.js](https://pdf-lib.js.org/) by Andrew-Dillon | MIT License - [Roboto Regular Font](https://fonts.google.com/specimen/Roboto/about?query=roboto) by Christian Robertson | Apache License, Version 2.0.