Jason Southwell пре 6 година
родитељ
комит
e3dfd36ad0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ If you want more control over the image or would like to do custom drawing, the
 var
   qr : TQRCode;
 begin
-  qry:= TQRCode.Create;
+  qr:= TQRCode.Create;
   try
     qr.OnPaint :=
       procedure(Width, Height : integer; BlackRects : TArray<TRect>)