From 0eef6a80464c8612090c6e7885388a2a988690df Mon Sep 17 00:00:00 2001 From: KATT Date: Fri, 20 Oct 2023 12:41:23 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a2581..43be856 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ type Obj = typeof obj; ### 🤯 Streaming `Promise`s and `AsyncIterable`s - See example in [`./examples/async`](./examples/async) -- [Test it on StackBlitz](https://stackblitz.com/github/trpc/tupleson/tree/main/examples/async?file=src/app/page.tsx&view=editor) +- [Test it on StackBlitz](https://stackblitz.com/github/trpc/tupleson/tree/main/examples/async?file=src/app/page.tsx) ## 🧩 Extend with a custom serializer