diff --git a/README.md b/README.md index b075be3..36d976a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ lazy var readerVC = QRCodeReaderViewController(builder: QRCodeReaderViewControll // Presents the readerVC as modal form sheet readerVC.modalPresentationStyle = .formSheet - present(reader, animated: true, completion: nil) + present(readerVC, animated: true, completion: nil) } // MARK: - QRCodeReaderViewController Delegate Methods