yudielcurbelo / react-qr-scanner

A library to scan QR Codes in react.
https://yudielcurbelo.github.io/react-qr-scanner/
MIT License
223 stars 31 forks source link

Update README Documentation #35

Closed vinduajamesh closed 4 months ago

vinduajamesh commented 5 months ago

Please update the README doc to reflect the import changes.

import {QrScanner} from '@yudiel/react-qr-scanner

to

import { Scanner } from '@yudiel/react-qr-scanner';

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.