Skip to content

Commit 9370cd5

Browse files
committed
Added data-forge-fs to readme.
1 parent e4104b3 commit 9370cd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Some instructions for using Data-Forge Plot. These instructions are for JavaScri
3939

4040
```javascript
4141
const dataForge = require('data-forge');
42+
require('data-forge-fs'); // Extends Data-Forge with 'readFile' function.
4243
require('data-forge-plot'); // Extends Data-Forge with the 'plot' function.
4344
```
4445

0 commit comments

Comments
 (0)