diff --git a/README.md b/README.md index 20817c5..1f55cea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -jwtauth - JWT middleware for Go 1.7+ HTTP services -================================================== +jwtauth - JWT authentication middleware for Go HTTP services +============================================================ The `jwtauth` http middleware package provides a simple way to verify a JWT token from a http request and send the result down the request context (`context.Context`).