Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Fix anchor links on readme #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Instrument JS files with [istanbul-lib-instrument](https://github.com/istanbuljs
npm i -D istanbul-instrumenter-loader
```

<h2 align="center"><a href="https://webpack.js.org/concepts/loaders">Usage</a></h2>
<h2 align="center">Usage</h2>

### `References`

Expand Down Expand Up @@ -111,7 +111,7 @@ You must run the instrumentation as a post step
}
```

<h2 align="center"><a href="https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-lib-instrument/api.md#instrumenter">Options</a></h2>
<h2 align="center">Options</h2>

The loader supports all options supported by `istanbul-lib-instrument`

Expand Down