Skip to content

Commit e5ef4ce

Browse files
authored
Merge pull request #256 from 4dx3/patch-1
Update readme.md
2 parents 27034d5 + fc6e122 commit e5ef4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Bitmap qrCodeImage = qrCode.GetGraphic(20, Color.DarkRed, Color.PaleGreen, true)
5757
Bitmap qrCodeImage = qrCode.GetGraphic(20, "#000ff0", "#0ff000");
5858
```
5959

60-
The another overload enables you to render a logo/image in the center of the QR code.
60+
The other overload enables you to render a logo/image in the center of the QR code.
6161

6262
```csharp
6363
Bitmap qrCodeImage = qrCode.GetGraphic(20, Color.Black, Color.White, (Bitmap)Bitmap.FromFile("C:\\myimage.png"));

0 commit comments

Comments
 (0)