From 13385d2bb60aa0efc306b98bf9cee3f7d4300a7e Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Wed, 18 May 2022 07:15:27 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d90e7..36b1f80 100644 --- a/README.md +++ b/README.md @@ -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