diff --git a/README.md b/README.md index ae94574..162c650 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Bascule provides authentication and authorization workflows, particularly focuse // create middleware - _, err = basculehttp.NewMiddleware( + m, err = basculehttp.NewMiddleware( basculehttp.UseAuthenticator( basculehttp.NewAuthenticator( bascule.WithTokenParsers(tp),