update readme

This commit is contained in:
Robert Soriano
2022-05-18 07:15:27 -07:00
parent 0e6f890a0a
commit 13385d2bb6

View File

@@ -21,7 +21,7 @@ export default defineNuxtConfig({
## Usage
Create your tRPC [routes](https://trpc.io/docs/router) and [context](https://trpc.io/docs/context) under `~/server/trpc/index.ts`:
Expose your tRPC [routes](https://trpc.io/docs/router) and [context](https://trpc.io/docs/context) under `~/server/trpc/index.ts`:
```ts
// ~/server/trpc/index.ts