From feef3dde6b8b8e160184eee82f18bceed0fedec1 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sun, 12 Jun 2022 23:30:03 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3cc5b5..8cc7e2a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ export default defineNuxtConfig({ modules: ['trpc-nuxt'], trpc: { baseURL: 'http://localhost:3000', // defaults to http://localhost:3000 - trpcURL: '/api/trpc', // defaults to /api/trpc + endpoint: '/trpc', // defaults to /api/trpc }, typescript: { strict: true // set this to true to make input/output types work