From 2b2ace7f2444f7531eb566cec273bd50c6c94516 Mon Sep 17 00:00:00 2001 From: Shivan Sivakumaran <129010893+shivan-eyespace@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:31:13 +1200 Subject: [PATCH] Update README.md Fixing typo so links to example for `TypedDocumentNode`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index face9daa..0badfdcc 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ await request('https://api.spacex.land/graphql/', document) - Community - [GraphQL Code Generator for typed GraphQL Queries](./examples/community-graphql-code-generator.ts) - TypeScript - - [Use `TypedDocumentNode`](./examples/typescript-typed-document-node.ts.ts) + - [Use `TypedDocumentNode`](./examples/typescript-typed-document-node.ts) - Other: - [Middleware](./examples/other-middleware.ts) - [Error Handling](./examples/other-error-handling.ts)