From e6fb08352f4cfa71b7e1edb70c6f7c16e470842d Mon Sep 17 00:00:00 2001 From: yugasun Date: Sun, 29 May 2022 12:09:44 +0800 Subject: [PATCH] docs: update readme --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1f97b7..5b903d7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ import QrcodeDecoder from 'qrcode-decoder'; Using in browser: ```html - + ``` ## Demo diff --git a/README.zh-CN.md b/README.zh-CN.md index 4ccd910..1074e79 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -38,7 +38,7 @@ import QrcodeDecoder from 'qrcode-decoder'; 如果你是浏览器环境 ```html - + ``` ## 示例