diff --git a/README.md b/README.md index 5811afb..ffe376a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Online documentation, which includes examples, can be found at: http://godoc.org ## Example ```go // -values := httprequest.Values("Accept") +values := httprequest.Header.Values("Accept") // ...