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