Skip to content

Commit 9dff2f4

Browse files
committed
Link to npmjs from the README and change repository->registry
1 parent 5283c3b commit 9dff2f4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ npm config set https-proxy http://my-proxy.example.com:80
124124
```
125125

126126
Install node-oracledb from the
127-
[NPM repository](https://www.npmjs.com/package/oracledb):
127+
[NPM registry](https://www.npmjs.com/package/oracledb):
128128

129129
```
130130
npm install oracledb
@@ -242,7 +242,7 @@ npm config set https-proxy http://my-proxy.example.com:80
242242
```
243243

244244
Install node-oracledb from the
245-
[NPM repository](https://www.npmjs.com/package/oracledb):
245+
[NPM registry](https://www.npmjs.com/package/oracledb):
246246

247247
```
248248
npm install oracledb
@@ -325,7 +325,7 @@ npm config set https-proxy http://my-proxy.example.com:80
325325
```
326326

327327
Install node-oracledb from the
328-
[NPM repository](https://www.npmjs.com/package/oracledb):
328+
[NPM registry](https://www.npmjs.com/package/oracledb):
329329

330330
```
331331
npm install oracledb
@@ -432,7 +432,7 @@ npm config set https-proxy http://my-proxy.example.com:80
432432
```
433433

434434
Install node-oracledb from the
435-
[NPM repository](https://www.npmjs.com/package/oracledb):
435+
[NPM registry](https://www.npmjs.com/package/oracledb):
436436

437437
```
438438
npm install oracledb
@@ -569,7 +569,7 @@ npm config set https-proxy http://my-proxy.example.com:80
569569
```
570570

571571
Install node-oracledb from the
572-
[NPM repository](https://www.npmjs.com/package/oracledb):
572+
[NPM registry](https://www.npmjs.com/package/oracledb):
573573

574574
```
575575
npm install oracledb

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ There are examples in the [examples](https://github.com/oracle/node-oracledb/tre
8181
The basic install steps are:
8282

8383
- Install the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) libraries if your database is remote. Or use a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release.
84-
- Run `npm install oracledb` to install from the NPM registry.
84+
- Run `npm install oracledb` to install from the [NPM registry](https://www.npmjs.com/package/oracledb).
8585

8686
See [INSTALL](https://github.com/oracle/node-oracledb/tree/master/INSTALL.md) for details.
8787

0 commit comments

Comments
 (0)