From 7b451117b93445c2155b485ffb0b74bfde2d7ee2 Mon Sep 17 00:00:00 2001 From: lojhan Date: Tue, 31 Mar 2026 11:21:05 -0300 Subject: [PATCH] fix: clarify Deno compatibility guidance in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34e9242..6fce352 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ test('renders a heading', () => { > [!NOTE] > -> `jsdom` under Deno may be unstable depending on Deno's npm compatibility layer for the current `jsdom` version. Use `happy-dom` for Deno environments. +> `jsdom` under Deno may be unstable depending on Deno's npm compatibility layer for the current `jsdom` version. For Deno projects, prefer `happy-dom`. ---