From 40d32d64a95b8e011784a16767ee79da2f359230 Mon Sep 17 00:00:00 2001 From: IanKulin Date: Sun, 28 Sep 2025 09:43:24 +0800 Subject: [PATCH] clearer demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b033203..fe43177 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Install with [JSR](https://jsr.io/@iankulin/logger) for Deno: # Add to your deno.json $ deno add @iankulin/logger -# Or import directly +# Or import directly (per the demo code below) $ deno run --allow-env --allow-sys your-script.js ```