From d9a3307b0ea1488e53e240104e69f659a081e977 Mon Sep 17 00:00:00 2001 From: Tim Mikeladze Date: Fri, 2 Aug 2024 01:31:35 -0700 Subject: [PATCH] docs: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61f92c8..32cc427 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ export const np = new NextProtect({ }); ``` -### ⌨Custom API endpoint +### Custom API endpoint By default, the `NextProtect` component will use the `/api/next-protect` endpoint to check if the user is authenticated. You can customize this endpoint by passing the `api` prop to the `NextProtect` component.