From f668e4a9b4063826fbbdb00a79eb2f4fd6fb23d2 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Tue, 24 May 2022 09:55:35 -0700 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a7db8..a0dd768 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ const { ## useClientHeaders -A composable that lets you add additional properties to pass to the tRPC Client. It uses [`useStorage`] from [@vueuse/core](https://vueuse.org/core/usestorage). +A composable that lets you add additional properties to pass to the tRPC Client. It uses `useStorage` from [@vueuse/core](https://vueuse.org/core/usestorage). ```ts const headers = useClientHeaders()