mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
docs: fix typo in import maps example (#6250)
This commit is contained in:
parent
9285221452
commit
cfbc5da48c
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ console.log(red("hello world"));
|
||||||
Then:
|
Then:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ deno run --importmap=import-map.json --unstable color.ts
|
$ deno run --importmap=import_map.json --unstable color.ts
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue