From 275a088f27e4830457983ab44c65f27c73643c66 Mon Sep 17 00:00:00 2001 From: Dor Shtaif Date: Sun, 26 Jan 2025 22:30:06 +0200 Subject: [PATCH] more `README.md` edits --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca79c6e..59ba40b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ What can `react-async-iterators` be used for? ### Illustration: +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-async-iterators-example-3?file=src%2FApp.tsx) + ```tsx import { It } from 'react-async-iterators';