Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur White committed Jul 7, 2017
1 parent 21fef87 commit af4ae7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Package [check](https://godoc.org/github.com/gowww/check) provides form validati

## Usage

1. Make a [Checker](https://godoc.org/github.com/gowww/check#Checker) with [rules](#rules) (separated by comma) for keys:
1. Make a [Checker](https://godoc.org/github.com/gowww/check#Checker) with [rules](#rules) for keys:

```Go
checker := &check.Checker{
Expand Down

0 comments on commit af4ae7f

Please sign in to comment.