File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The [`csv-generate` package](https://csv.js.org/generate/) provides a flexible g
25
25
26
26
## Usage
27
27
28
- Run ` npm install csv ` to install the full csv module or run ` npm install csv-generate ` if you are only interested by the CSV generator.
28
+ Run ` npm install csv ` to install the full CSV module or run ` npm install csv-generate ` if you are only interested by the CSV generator.
29
29
30
30
Use the callback and sync APIs for simplicity or the stream based API for scalability.
31
31
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ It implements the Node.js [`stream.Transform` API](http://nodejs.org/api/stream.
34
34
35
35
## Usage
36
36
37
- Run ` npm install csv ` to install the full csv module or run ` npm install csv-parse ` if you are only interested by the CSV parser.
37
+ Run ` npm install csv ` to install the full CSV module or run ` npm install csv-parse ` if you are only interested by the CSV parser.
38
38
39
39
Use the callback and sync APIs for simplicity or the stream based API for scalability.
40
40
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ data sets by a large community.
32
32
33
33
## Usage
34
34
35
- Run ` npm install csv ` to install the full csv module or run ` npm install csv-stringify ` if you are only interested by the CSV stringifier.
35
+ Run ` npm install csv ` to install the full CSV module or run ` npm install csv-stringify ` if you are only interested by the CSV stringifier.
36
36
37
37
The module is built on the Node.js Stream API. Use the callback and sync APIs for simplicity or the stream based API for scalability.
38
38
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The full documentation for the current version is available [here](https://csv.j
34
34
35
35
Installation command is ` npm install csv ` .
36
36
37
- Each package is fully compatible with the stream 2 and 3 specifications.
37
+ Each package is fully compatible with the Node.js stream 2 and 3 specifications.
38
38
Also, a simple callback-based API is always provided for convenience.
39
39
40
40
## Sample
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The Node.js [`stream.Transform` API](http://nodejs.org/api/stream.html#stream_cl
33
33
34
34
## Usage
35
35
36
- Run ` npm install csv ` to install the full csv module or run ` npm install csv-transform ` if you are only interested by the CSV stringifier.
36
+ Run ` npm install csv ` to install the full CSV module or run ` npm install csv-transform ` if you are only interested by the CSV stringifier.
37
37
38
38
The module is built on the Node.js Stream API. Use the callback and sync APIs for simplicity or the stream based API for scalability.
39
39
You can’t perform that action at this time.
0 commit comments