Skip to content

Commit 5973c77

Browse files
committed
docs: minor upercase modification
1 parent 74ca71a commit 5973c77

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/csv-generate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [`csv-generate` package](https://csv.js.org/generate/) provides a flexible g
2525

2626
## Usage
2727

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.
2929

3030
Use the callback and sync APIs for simplicity or the stream based API for scalability.
3131

packages/csv-parse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It implements the Node.js [`stream.Transform` API](http://nodejs.org/api/stream.
3434

3535
## Usage
3636

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.
3838

3939
Use the callback and sync APIs for simplicity or the stream based API for scalability.
4040

packages/csv-stringify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data sets by a large community.
3232

3333
## Usage
3434

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.
3636

3737
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.
3838

packages/csv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The full documentation for the current version is available [here](https://csv.j
3434

3535
Installation command is `npm install csv`.
3636

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.
3838
Also, a simple callback-based API is always provided for convenience.
3939

4040
## Sample

packages/stream-transform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Node.js [`stream.Transform` API](http://nodejs.org/api/stream.html#stream_cl
3333

3434
## Usage
3535

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.
3737

3838
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.
3939

0 commit comments

Comments
 (0)