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