Skip to content

Commit 5e1b20b

Browse files
authored
Apply suggestion from @JoviDeCroock
1 parent 6c0ace6 commit 5e1b20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ main().catch((error) => {
151151
152152
Preact supports streaming HTML to the client incrementally, flushing `<Suspense>` fallbacks immediately and replacing them with the resolved content as data arrives. This reduces Time to First Byte and allows the browser to start parsing earlier.
153153

154-
#### `renderToReadableStream` — Web Streams (Edge / Deno / Bun / Cloudflare Workers)
154+
#### `renderToReadableStream` — Web Streams
155155

156156
```jsx
157157
import { renderToReadableStream } from 'preact-render-to-string/stream';

0 commit comments

Comments
 (0)