Skip to content

Commit

Permalink
Merge branch 'master' of https:/mebjas/html5-qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mebjas committed Jun 20, 2021
2 parents 0a1c26f + e4bb478 commit 3b48964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Code scanning is dependent on [Zxing-js](https:/zxing-js/library) li
| RSS_EXPANDED*|<img src="./assets/rssexpanded.gif" > |

> *Formats are not supported by our experimental integration with native
> BarcodeDetector API integration ([Read more](blob/master/experimental.md)).
> BarcodeDetector API integration ([Read more](/experimental.md)).
## Description - [View Demo](https://blog.minhazav.dev/research/html5-qrcode.html)

Expand Down Expand Up @@ -641,9 +641,9 @@ html5QrcodeScanner.render(onScanSuccess);
## Experimental features
The library now supports some experimental features which are supported in the
library but not recommended for production usage either due to limited testing
done or limited compatibility for underlying APIs used. Read more about it [here](blob/master/experimental.md).
done or limited compatibility for underlying APIs used. Read more about it [here](/experimental.md).
Some of the experimental features include:
- [Support for BarcodeDetector javascript API](blob/master/experimental.md)
- [Support for BarcodeDetector javascript API](/experimental.md)

## How to modify and build
1. Code changes should only be made to [/src](./src) only.
Expand Down

0 comments on commit 3b48964

Please sign in to comment.