diff --git a/README.md b/README.md index 5238d41..05366ae 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ https://godoc.org/github.com/go-http-utils/headers ## Usage ```go -impost ( +import ( "fmt" - "github.com/DavidCai1993/headers" + "github.com/go-http-utils/headers" ) fmt.Println(headers.HeaderAcceptCharset)