Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user