Skip to content

Commit 1d1246c

Browse files
author
Joel Denning
authored
Update README.md
1 parent 97ca5c4 commit 1d1246c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @node-loader/http
22

3-
A [nodejs loader](https://nodejs.org/dist/latest-v13.x/docs/api/esm.html#esm_experimental_loaders) for loading modules over the network with http/https. This allows you to customize module resolution by creating a `node.importmap` file.
3+
A [nodejs loader](https://nodejs.org/dist/latest-v13.x/docs/api/esm.html#esm_experimental_loaders) for loading modules over the network with http/https.
44

55
## Installation
66

@@ -33,4 +33,4 @@ planned, but not yet implemented.
3333

3434
## Composition
3535

36-
If you wish to combine import maps with other NodeJS loaders, you may do so by using [node-loader-core](https://github.com/node-loader/node-loader-core).
36+
If you wish to combine http loader with other NodeJS loaders, you may do so by using [node-loader-core](https://github.com/node-loader/node-loader-core).

0 commit comments

Comments
 (0)