1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00

doc: fix spaces of code in list (#3678)

This commit is contained in:
迷渡 2020-01-16 12:13:50 +08:00 committed by Ry Dahl
parent a4dde552de
commit 34dc0ae280

View file

@ -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