Skip to content

Commit f1cad7b

Browse files
committed
Added link to API docs.
1 parent 193b672 commit f1cad7b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ The file system module for use with [Data-Forge](https://github.com/data-forge/d
44

55
This library contains the file system extensions to Data-Forge that allow it to directly read and write CSV and JSON files.
66

7+
[Click here for Data-Forge FS API docs](https://data-forge.github.io/data-forge-fs/index.html)
8+
79
See [Data-Forge docs](https://github.com/data-forge/data-forge-ts) and [guide](https://github.com/data-forge/data-forge-ts/blob/master/docs/guide.md) for details on how to use.
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-forge-fs",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "This library contains the file system extensions to Data-Forge that allow it to directly read and write CSV and JSON files in Node.js.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)