From 7660ae86f0abf0793e8e9314c07fe8c6572a3510 Mon Sep 17 00:00:00 2001 From: RENARD Laurent Date: Thu, 11 Apr 2024 10:59:55 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6381669..bd7d514 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ ``tpl-stream`` is a Javascript template library that supports streaming. You can use it in your server, but not only, to generate html: it works everywhere as long as the runtime implements [web streams](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream). -It is very small compared to the alternatives and does not require any build step, while providing [very good performances](./benchmark). +It is very small compared to the alternatives and does not require any build step, while providing [very good performances](./benchmark). You will find more details in [this blog post](https://lorenzofox.dev/posts/html-streaming-part-2/) ## Installation