diff --git a/README.md b/README.md index f70a4c9..c9ceab9 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.