Skip to content

Commit

Permalink
docs(command): update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 5, 2020
1 parent 7ad76f9 commit f42d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/command/examples.ts
@@ -1,6 +1,6 @@
#!/usr/bin/env -S deno run

import { red } from 'https://deno.land/std/fmt/colors.ts';
import { red } from 'https://deno.land/std@0.63.0/fmt/colors.ts';
import { Command } from '../../packages/command/lib/command.ts';

await new Command()
Expand Down

0 comments on commit f42d15f

Please sign in to comment.