0
0
Fork 0
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:
Paul Whitmer 2020-06-12 05:25:53 -07:00 committed by GitHub
parent 9285221452
commit cfbc5da48c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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