From b804429fc09ab9cabcf10b1fb0f440912d21fa24 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sun, 12 Jun 2022 23:32: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 2e468bd..9ce6311 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ export default defineNuxtConfig({ endpoint: '/trpc', // defaults to /trpc }, typescript: { - strict: true // set this to true to make input/output types work + strict: true // required to make input/output types work } }) ```