Update README.md

This commit is contained in:
Alex Spataru
2023-03-26 19:14:52 -05:00
committed by GitHub
parent 5db2198e3e
commit 14a8ccb9f2
+2 -2
View File
@@ -15,11 +15,11 @@ Qt QR Code Generator is a simple C++ class that uses the [qrcodegen](https://git
QrCodeGenerator generator;
QString data = "https://www.example.com";
QImage qrCodeImage = generator.generateQRCode(data);
QImage qrCodeImage = generator.generateQr(data);
```
4. That's all! Check the [example](example) project as a reference for your project if needed.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.