Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Feb 2, 2017
1 parent 34cfe0e commit 8788de6
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 @@ -15,7 +15,7 @@ Advanced cookie library for Go, support signed cookies.

## API

### cookie.New(w, r[, keygrip *Keygrip])
### cookie.New(w http.ResponseWriter, r *http.Request[, keygrip *Keygrip])
It returns a Cookies instance with optional keygrip for signed cookies.

### cookies.Set(name, val string[, opts *Options])
Expand Down

0 comments on commit 8788de6

Please sign in to comment.