Skip to content

Commit

Permalink
fix: Minor fixes (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue authored Jul 6, 2021
1 parent 70801b0 commit d76f949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ deno install --allow-write --allow-read --allow-net https://deno.land/x/dlink/
with install directory:

```bash
$ deno install --allow-write --allow-read --allow-net -d /usr/local/bin dlink https://deno.land/x/dlink/dlink.ts
$ deno install --allow-write --allow-read --allow-net --root /usr/local https://deno.land/x/dlink/dlink.ts
```

# Usage
Expand Down
12 changes: 6 additions & 6 deletions dlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function generateSkeletonFile() {
JSON.stringify(
{
"https://deno.land/std": {
version: `@v0.50.0`,
version: `@0.100.0`,
modules: ["/testing/asserts.ts"],
},
},
Expand Down Expand Up @@ -258,14 +258,14 @@ async function main() {
ARGUMENTS
OPTIONS
-f, --file Custom path for module.json (Optional)
-f, --file Custom path for module.json (Optional)
GLOBAL OPTIONS
-h, --help Display help
-V, --ver Display version
`),
);
Deno.exit(0);
Expand Down

0 comments on commit d76f949

Please sign in to comment.