From cd63bfe8757c201ae63276eef578033581c9d9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 20 Jun 2024 10:31:14 +0800 Subject: [PATCH] chore: update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e912959..b7260a7 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,10 @@ npm start ### props - ## API | Name | Type | Default | Description | -| --- | --- | --- | --- | +| ---- | ---- | ------- | ----------- | ## Test Case @@ -48,3 +47,8 @@ open coverage/ dir ## License rc-qrcode is released under the MIT license. + +### Refs + +- Util part is from [qrcode.react](https://github.com/zpao/qrcode.react) under ISC license. +- QR Code generation part is from [qrcode-generator](https://www.nayuki.io/page/qr-code-generator-library) under MIT license.