update: package description and readme
This commit is contained in:
parent
6290b9a7ef
commit
32fccd9c5c
|
@ -1,4 +1,4 @@
|
|||
> Package captcha provides a simple API for captcha generation
|
||||
> Package captcha provides an easy to use, unopinionated API for captcha generation
|
||||
|
||||
<div>
|
||||
|
||||
|
@ -9,6 +9,9 @@
|
|||
|
||||
</div>
|
||||
|
||||
## Why another captcha generator?
|
||||
I want a simple and framework-independent way to generate captcha. It also should be flexible, at least allow me to pick my favorite font.
|
||||
|
||||
## install
|
||||
```
|
||||
go get github.com/steambap/captcha
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Package captcha provides a simple API for captcha generation
|
||||
// Package captcha provides an easy to use, unopinionated API for captcha generation
|
||||
package captcha
|
||||
|
||||
import (
|
||||
|
|
Reference in New Issue