From 7df64296ff00e76a0b67cd0e0a4ce526a8600879 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sun, 12 Jun 2022 23:32:41 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc7e2a..2e468bd 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 - endpoint: '/trpc', // defaults to /api/trpc + endpoint: '/trpc', // defaults to /trpc }, typescript: { strict: true // set this to true to make input/output types work