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