From 0defc0c646203dc7934b9fc9444a8ba86ad996f9 Mon Sep 17 00:00:00 2001 From: thewhodidthis Date: Wed, 13 Dec 2023 18:25:31 +0000 Subject: [PATCH] readme: clean up for no scroll bars in shell code blocks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f28b923..03ca744 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ console.assert(vector() instanceof Tuple) Using Deno for example: -```sh +``` deno run --import-map=imports.json example.js ```