瀏覽代碼

Fix minor typo in Readme.

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>)