Skip to content

Commit

Permalink
docs: minor upercase modification
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 4, 2023
1 parent 74ca71a commit 5973c77
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/csv-generate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The [`csv-generate` package](https://csv.js.org/generate/) provides a flexible g

## Usage

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/csv-parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It implements the Node.js [`stream.Transform` API](http://nodejs.org/api/stream.

## Usage

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/csv-stringify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data sets by a large community.

## Usage

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

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.

Expand Down
2 changes: 1 addition & 1 deletion packages/csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The full documentation for the current version is available [here](https://csv.j

Installation command is `npm install csv`.

Each package is fully compatible with the stream 2 and 3 specifications.
Each package is fully compatible with the Node.js stream 2 and 3 specifications.
Also, a simple callback-based API is always provided for convenience.

## Sample
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-transform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The Node.js [`stream.Transform` API](http://nodejs.org/api/stream.html#stream_cl

## Usage

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

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.

Expand Down

0 comments on commit 5973c77

Please sign in to comment.