From 09e10555e58a95f1e8b83dfd6ad8d66fcb99093f Mon Sep 17 00:00:00 2001 From: hasundue Date: Thu, 2 Nov 2023 15:20:20 +0900 Subject: [PATCH] docs(readme): fix example command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 871b4981..7dd4aec1 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,7 @@ molt check [...options] <...entrypoints> ##### Example: Commit changes to git ``` -> deno run --allow-env --allow-net --allow-read --allow-write=. --allow-run=git\ -https://deno.land/x/molt/cli.ts check src/fixtures/mod.ts +> molt check src/fixtures/mod.ts 🔎 Checking for updates... 💡 Found updates: ...