mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
doc: fix spaces of code in list (#3678)
This commit is contained in:
parent
a4dde552de
commit
34dc0ae280
1 changed files with 3 additions and 3 deletions
|
@ -74,9 +74,9 @@ have been historically written with bash or python.
|
||||||
- Uses "ES Modules" and does not support `require()`. Third party modules are
|
- Uses "ES Modules" and does not support `require()`. Third party modules are
|
||||||
imported via URLs:
|
imported via URLs:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import * as log from "https://deno.land/std/log/mod.ts";
|
import * as log from "https://deno.land/std/log/mod.ts";
|
||||||
```
|
```
|
||||||
|
|
||||||
### Other key behaviors
|
### Other key behaviors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue