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