update readme

This commit is contained in:
Robert Soriano
2022-05-18 00:51:41 -07:00
parent 9a8816ce7f
commit 7dd2a8c363

View File

@@ -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'