summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flags/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/README.md b/flags/README.md
index 9d09a2210..7b63006d6 100644
--- a/flags/README.md
+++ b/flags/README.md
@@ -6,7 +6,7 @@ Command line arguments parser for Deno based on minimist
```ts
import { args } from "deno";
-import { parse } from "https://deno.land/x/flags/index.ts";
+import { parse } from "https://deno.land/x/flags/mod.ts";
console.dir(parse(args));
```