From 89793b01556414f96fe8adf7ac69b4aeb80a2087 Mon Sep 17 00:00:00 2001 From: Limichange Date: Mon, 11 Jun 2018 14:30:45 +0800 Subject: [PATCH] Update README.md code format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2694437da4..76e4c7eb8e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ * No `package.json`. No npm. Not explicitly compatible with Node. * Imports reference source code URLs only. - ``` + ```js import { test } from "https://unpkg.com/deno_testing@0.0.5/testing.ts" import { log } from "./util.ts" ```