From 461caa4987892752b97bfe84a14b4960a04fa86a Mon Sep 17 00:00:00 2001 From: ryanchanplc Date: Mon, 18 Nov 2019 14:59:15 +0800 Subject: [PATCH] Update README.md update blog link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72e728d..604418e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## node-hk-fps -A Nodejs module that help to generate QR code content string of the Hong Kong Faster Payment System. +A Nodejs module that help to generate QR code content string of the Hong Kong Faster Payment System. Please refer the [blog](https://medium.com/@ryanchanplc/understanding-the-qr-code-used-in-hong-kong-faster-payment-system-6cc1671405d2) ## Installation @@ -51,4 +51,4 @@ Please find the specification of the QR Code used in FPS at: [https://fps.hkicl.com.hk/eng/fps/merchants/qr_code.php](https://fps.hkicl.com.hk/eng/fps/merchants/qr_code.php) The QR Code content string used in FPS contains the **CRC16 CCITT** check sum. -Please find more details at: [http://www.sunshine2k.de/articles/coding/crc/understanding_crc.html](http://www.sunshine2k.de/articles/coding/crc/understanding_crc.html) \ No newline at end of file +Please find more details at: [http://www.sunshine2k.de/articles/coding/crc/understanding_crc.html](http://www.sunshine2k.de/articles/coding/crc/understanding_crc.html)