Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Jul 15, 2022
1 parent 27b2398 commit b927b65
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 @@ -7,7 +7,7 @@

This [loader hook](https://nodejs.org/dist/latest/docs/api/esm.html#esm_hooks)
makes it relatively easy to use NYC to check coverage of ESM running in node.js
13.7.0. Note this makes use of **experimental** node.js features and thus may
16.12.0. Note this makes use of **experimental** node.js features and thus may
stop working upon release of new versions of node.js. Until the node.js feature
is stabilized breakage should not be unexpected.

Expand All @@ -31,7 +31,7 @@ cross-env 'NODE_OPTIONS=--experimental-loader @istanbuljs/esm-loader-hook' nyc m

## Configuration

This module executes [babel-plugin-istanbul] in a transformSource loader hook. No
This module executes [babel-plugin-istanbul] in a loader hook. No
options are provided to the babel plugin and babel configuration files are not honored.
Normally configuration will be provided by the currently running instance of nyc. If
this module is run outside nyc then it will use `@istanbuljs/load-nyc-config` to load
Expand Down

0 comments on commit b927b65

Please sign in to comment.