diff options
Diffstat (limited to 'docs/npm_nodejs.md')
-rw-r--r-- | docs/npm_nodejs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/npm_nodejs.md b/docs/npm_nodejs.md index b2f0d438c..c434b3639 100644 --- a/docs/npm_nodejs.md +++ b/docs/npm_nodejs.md @@ -46,8 +46,8 @@ chapter: - How [import maps](./npm_nodejs/import_maps.md) can be used to provide "bare specifier" imports like Node.js under Deno, without needing to use a package manager to install packages locally. -- And finally, a general section of [frequently asked - questions][./npm_nodejs/faqs.md] +- And finally, a general section of + [frequently asked questions](./npm_nodejs/faqs.md) That being said, there are some differences that cannot be overcome: |