summaryrefslogtreecommitdiff
path: root/std/fs/path/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/path/README.md')
-rw-r--r--std/fs/path/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/std/fs/path/README.md b/std/fs/path/README.md
deleted file mode 100644
index 93d268aa7..000000000
--- a/std/fs/path/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Deno Path Manipulation Libraries
-
-Usage:
-
-```ts
-import * as path from "https://deno.land/std/fs/path.ts";
-```