Przeglądaj źródła

Update README again.

Dmitry Chestnykh 15 lat temu
rodzic
commit
41391fd08a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -73,7 +73,7 @@ const (
 ``` go
 const (
     // Standard width and height of a captcha image.
-    StdWidth  = 300
+    StdWidth  = 240
     StdHeight = 80
 )
 ```