1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Update README.md code format

This commit is contained in:
Limichange 2018-06-11 14:30:45 +08:00 committed by GitHub
parent 6d4135f437
commit 89793b0155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
* No `package.json`. No npm. Not explicitly compatible with Node. * No `package.json`. No npm. Not explicitly compatible with Node.
* Imports reference source code URLs only. * Imports reference source code URLs only.
``` ```js
import { test } from "https://unpkg.com/deno_testing@0.0.5/testing.ts" import { test } from "https://unpkg.com/deno_testing@0.0.5/testing.ts"
import { log } from "./util.ts" import { log } from "./util.ts"
``` ```