Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Jul 26, 2023
1 parent 5aed9f2 commit 74f292f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,14 +313,14 @@ import unescape from "https://esm.sh/lodash/unescape?no-dts";
This will prevent the `X-TypeScript-Types` header from being included in the
network request, and you can manually specify the types for the imported module.
### Supporting Nodejs/Bun
## Supporting Nodejs/Bun
Nodejs(18+) supports http imorting under the `--experimental-network-imports` flag. Bun doesn't
support http modules yet.

We highly recommend [Reejs](https://ree.js.org/) as the runtime with esm.sh that works both in Nodejs and Bun.

### Using CLI Script
## Using CLI Script

**esm.sh** provides a CLI script for managing imports with import maps in
[Deno](https://deno.land) and Node/Bun (via [Reejs](https://ree.js.org/)). This CLI script automatically resolves dependencies
Expand Down

0 comments on commit 74f292f

Please sign in to comment.