Skip to content

Commit 03ed7c6

Browse files
committed
Minor wording improvements
1 parent dfb44de commit 03ed7c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ There are more examples in the [examples](examples) directory.
8383

8484
The current release of node-oracledb is available only on GitHub. The basic install steps are:
8585

86-
- Install the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) libraries, or have a local database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release.
86+
- 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 have a local database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release.
8787
- Clone this repository
8888
- Run `npm install`
8989

9090
See [INSTALL](INSTALL.md) for details.
9191

9292
## <a name="doc"></a> 3. Documentation
9393

94-
See [API Documentation](doc/api.md)
94+
See [Documentation for the Oracle Database Node.js Driver](doc/api.md)
9595

9696
## <a name="contrib"></a> 4. Contributing
9797

0 commit comments

Comments
 (0)