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