Yaroslav

Updated example and README with ZXing script src.

... ... @@ -56,7 +56,7 @@ Ensure that you granted camera permission in XCode -> Signing & Capabilities:
## Web
This package uses ZXing on web to read barcodes so it needs to be included in `index.html` as script.
```html
<script src="https://unpkg.com/@zxing/library@0.19.1" type="application/javascript"/>
<script src="https://unpkg.com/@zxing/library@0.19.1" type="application/javascript"></script>
```
## Usage
... ...
... ... @@ -30,6 +30,8 @@
<link rel="manifest" href="manifest.json">
</head>
<body>
<script src="https://unpkg.com/@zxing/library@0.19.1" type="application/javascript"></script>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
... ...