update: package description and readme

This commit is contained in:
Weilin Shi 2017-10-05 22:00:16 +08:00
parent 6290b9a7ef
commit 32fccd9c5c
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -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 (