Skip to content

Commit 7a65925

Browse files
committed
Fix review comments
1 parent 6766e17 commit 7a65925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,14 +660,14 @@ mkdir ~/lib
660660
cp instantclient_12_2/{libclntsh.dylib.12.1,libclntshcore.dylib.12.1,libons.dylib,libnnz12.dylib,libociei.dylib} ~/lib/
661661
```
662662

663-
For Instant Client 11.2, the OCI libraries must be copied. For example::
663+
For Instant Client 11.2, the OCI libraries must be copied. For example:
664664

665665
```
666666
mkdir ~/lib
667667
cp /opt/oracle/instantclient_11_2/{libclntsh.dylib.11.1,libnnz11.dylib,libociei.dylib} ~/lib/
668668
```
669669

670-
#### 3.2.5 Optionally create the default Oracle Client configuration directory
670+
#### 3.5.5 Optionally create the default Oracle Client configuration directory
671671

672672
If you intend to co-locate optional Oracle configuration files such as
673673
[`tnsnames.ora`][15], [`sqlnet.ora`][16], [`ldap.ora`][17], or
@@ -771,7 +771,7 @@ Environment Variables -> System variables -> `PATH` and add your path,
771771
such as `C:\oracle\instantclient_12_2`.
772772

773773
If you have multiple versions of Oracle libraries installed, make sure
774-
the desired version occurs first in the path before Node.js is run.
774+
the desired version occurs first in the path before you run Node.js.
775775

776776
#### 3.6.5 Optionally create the default Oracle Client configuration directory
777777

0 commit comments

Comments
 (0)