all repos — captcha @ 41391fd08a1cc193a7f3d39c524b45a82d2e50d0

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Update README again.
Dmitry Chestnykh dmitry@codingrobots.com
Wed, 27 Apr 2011 20:54:49 +0200
commit

41391fd08a1cc193a7f3d39c524b45a82d2e50d0

parent

d2a6c6541dbbe7ffc986adeacf1820cd76c785fd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -73,7 +73,7 @@

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