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 b002bf56a..cfd079b69 100644
--- a/flags/README.md
+++ b/flags/README.md
@@ -6,7 +6,7 @@ Command line arguments parser for Deno based on minimist
```ts
const { args } = Deno;
-import { parse } from "https://deno.land/x/flags/mod.ts";
+import { parse } from "https://deno.land/std/flags/mod.ts";
console.dir(parse(args));
```