Skip to content

Commit

Permalink
docs(readme): fix example command
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Nov 2, 2023
1 parent cf2f85b commit 09e1055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
...
Expand Down

0 comments on commit 09e1055

Please sign in to comment.