From 24f2b94949890bb8c673a88bc3b49f287894ac27 Mon Sep 17 00:00:00 2001 From: satyamk Date: Wed, 14 Jun 2023 23:44:43 +0530 Subject: [PATCH] fixed some typos in readme file and prettified it --- vendor/qrcode/README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/vendor/qrcode/README.md b/vendor/qrcode/README.md index 3cfcbc5e..f17a25ad 100644 --- a/vendor/qrcode/README.md +++ b/vendor/qrcode/README.md @@ -1,14 +1,17 @@ ## About -This library is a precompiled version of npm `node-qrcode` package. Github repo for the source code can be found at [node-qrcode](https://github.com/soldair/node-qrcode) -The precompiled library is of version `1.5.3` + +This library is a precompiled version of npm `node-qrcode` package. Github repo for the source code can be found at [node-qrcode](https://github.com/soldair/node-qrcode). The precompiled library is of version `1.5.3`. ### How to update -* Download the source code tar of the new version from github [Release Page](https://github.com/soldair/node-qrcode/tags). -* Extra the tar and run below commands + +- Download the source code tar of the new version from github [Release Page](https://github.com/soldair/node-qrcode/tags). +- Extract the tar and run below commands: + ```bash > npm install > npm run build ``` -* This will create a build directory containig the file `qrcode.js`. Copy this file to the vendor directory of project. -* Make sure to add the `module.export` at the end of file to make it work with typescript imports -* Check the repo and update `license` file if required. + +- This will create a build directory containig the file `qrcode.js`. Copy this file to the vendor directory of the project. +- Make sure to add the `module.exports` at the end of the file to make it work with typescript imports (check existing file for example). +- Check the repo and update `license` file if required.