summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/path/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path/README.md b/fs/path/README.md
index 938ffb358..93d268aa7 100644
--- a/fs/path/README.md
+++ b/fs/path/README.md
@@ -3,5 +3,5 @@
Usage:
```ts
-import * as path from "https://deno.land/x/fs/path.ts";
+import * as path from "https://deno.land/std/fs/path.ts";
```