Skip to content

Commit 343ef5f

Browse files
committed
Fix typos. Add clarification
1 parent 0404b97 commit 343ef5f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ instead of using `npm`).
1010
The binary install process requires two kinds of package:
1111

1212
- a gzipped tar file like `oracledb-X.Y.Z.tgz` containing JavaScript
13-
and ancillary files suitable for npm to install.
13+
and ancillary files suitable for npm to install. This is a generic
14+
file used on all platforms.
1415

1516
- a gzipped package like `oracledb-vZ.Y.Z-node-v57-darwin-x64.gz`
1617
containing the binary add-on. The package uses a custom format with
@@ -49,7 +50,7 @@ Installation is described in [INSTALL](../INSTALL.md).
4950
`npm install oracledb` will initially install.
5051

5152
- `make binarypackage` makes a binary package for the current
52-
Node.js-node / oracledb / platform combination and generates a
53+
Node.js / node-oracledb / platform combination and generates a
5354
SHA256 for the binary.
5455

5556
- As part of `npm install`, the `package.json` in this directory
@@ -79,7 +80,7 @@ Installation is described in [INSTALL](../INSTALL.md).
7980
file (with one line per available binary package) to an
8081
HTTPS-enabled web server to the directory that
8182
https://your.example.com/yourpath/vX.Y.Z/ resolves to. Note if the
82-
web server has a self-signed certificate, then you you may need to
83+
web server has a self-signed certificate, then you may need to
8384
bypass some npm checks:
8485

8586
```

0 commit comments

Comments
 (0)