mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 06:09:25 -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:
|
||||
|
||||
```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