From 82f03ecd9a1edb4c0df2977417eb0e43efdbecaf Mon Sep 17 00:00:00 2001 From: Carl Malmgren Date: Sun, 5 May 2024 01:46:27 +0200 Subject: [PATCH] Fix README type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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