From e4cbc03d59de06fa7f1d7e897b301cd3e84735dc Mon Sep 17 00:00:00 2001 From: hasundue Date: Tue, 5 Mar 2024 14:26:38 +0900 Subject: [PATCH] docs(readme): add a missing end of code block --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ee1e3c8..f734eb94 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Alternatively, you may prefer to run the remote script directly through #### Usage -```` +``` > molt --help Usage: molt @@ -110,12 +110,13 @@ Examples: Target all .ts files: molt ./**/*.ts Specify an import map: molt mod.ts --import-map deno.json Ignore specified dependencies: molt deps.ts --ignore=deno_graph,node_emoji - Check deno_std only: molt deps.ts --only deno.land/std + Check deno_std only: molt deps.ts --only deno.land/std +``` > [!Note]\ > Molt CLI automatically finds `deno.json` or `deno.jsonc` in the current > working directory or its parent directories and uses import maps defined in -> the file if available.\ +> the file if available. #### Examples @@ -127,7 +128,7 @@ Examples: 📦 deno.land/std 0.200.0 => 123.456.789 📦 deno.land/x/deno_graph 0.50.0 => 123.456.789 📦 node-emoji 1.0.0 => 123.456.789 -```` +``` ##### Write changes to files