From b5f6f972342dbc5e1a4a3116743d812ec6baddea Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 24 Dec 2018 10:28:01 -0500 Subject: Format (denoland/deno_std#42) Original: https://github.com/denoland/deno_std/commit/9b8923844f643fa5e04ea85ce1df835c10e09b7d --- path/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'path/README.md') 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"; ``` -- cgit v1.2.3