From 8917ca8d8067260fd98ab333a940c386c80564f6 Mon Sep 17 00:00:00 2001 From: Sandros94 Date: Fri, 28 Jun 2024 02:23:59 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 995e94a..7bd586b 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ const { ``` > [!WARNING] -> Currently while the `signin` and `signup` functions are avaible, they are limited to that Websocket connection. Therefore if auth is required outside of that websocket connection it is advised to use the main `useSurrealAuth` composable for `SCOPE` user authentication. +> Currently while the `signin` and `signup` functions are avaible, they are limited to the current Websocket connection. Therefore if auth is required outside of that websocket connection it is advised to use the main `useSurrealAuth` composable for `SCOPE` user authentication. ---