summaryrefslogtreecommitdiff
path: root/flags/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'flags/README.md')
-rw-r--r--flags/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/README.md b/flags/README.md
index 7b63006d6..b002bf56a 100644
--- a/flags/README.md
+++ b/flags/README.md
@@ -5,7 +5,7 @@ Command line arguments parser for Deno based on minimist
# Example
```ts
-import { args } from "deno";
+const { args } = Deno;
import { parse } from "https://deno.land/x/flags/mod.ts";
console.dir(parse(args));