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:
parent
6d4135f437
commit
89793b0155
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue