From f62a13766a69b698380c90482acfdc31f554aa44 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sun, 12 Jun 2022 23:19:55 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0dd768..f3cc5b5 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ const { data: token } = await useAsyncQuery(['auth.login', { username, password headers.value.Authorization = `Bearer ${token}` // All client calls will now include the Authorization header. -// For SSR, please follow this until I found a solution https://github.com/trpc/trpc/discussions/1686 +// For SSR, please follow this link https://github.com/trpc/trpc/discussions/1686 ``` ## Options