From 7dd2a8c363e87f7aaeb3c1d657ffde65ab2dca34 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Wed, 18 May 2022 00:51: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 c394b38..e4eafa7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ export default defineNuxtConfig({ Create your tRPC [routes](https://trpc.io/docs/router) and [context](https://trpc.io/docs/context) under `~/server/trpc/index.ts`: ```ts -// ~/trpc/index.ts +// ~/server/trpc/index.ts import type { inferAsyncReturnType } from '@trpc/server' import * as trpc from '@trpc/server'