Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix: update readme StackBlitz link (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Oct 20, 2023
1 parent 360c573 commit 4ebb90e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 0 additions & 4 deletions examples/async/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import { StreamedTupleJsonStream } from "./json-stream-finite/StreamedTupleJsonS
import { StreamedTupleSSE } from "./sse-finite/StreamedTupleSSE";
import { StreamedTimeSSE } from "./sse-infinite/StreamedTimeSSE";

/**
* v0 by Vercel.
* @see https://v0.dev/t/Qe7NQkqAiEG
*/
export default function Page() {
return (
<div className="flex flex-col h-screen justify-center items-center bg-muted">
Expand Down

0 comments on commit 4ebb90e

Please sign in to comment.