Skip to content

Commit

Permalink
link NodeFileReader in README
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Sep 6, 2023
1 parent 41c515b commit df4b745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ mergeSource

While mainly intended for use in web browsers, this library can also be used in Node.js.

To read data from files, a `NodeFileReader` can be used:
To read data from files, a [NodeFileReader](src/Reader/NodeFileReader.js) can be used:
```javascript
import * as fs from 'node:fs';

Expand Down

0 comments on commit df4b745

Please sign in to comment.