diff --git a/README.md b/README.md index 791b6ca..45b6db7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ npm i remix-keycloak ```tsx // app/utils/auth.server.ts import { Authenticator } from "remix-auth"; -import { Keycloak } from "remix-keycloak"; +import { KeycloakStrategy } from "remix-keycloak"; // Create an instance of the authenticator, pass a generic with what your // strategies will return and will be stored in the session