Skip to content

Commit 5b2c267

Browse files
committed
Fix path typo
1 parent 15a1dbb commit 5b2c267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7667,7 +7667,7 @@ Node-oracledb looks for the Oracle Client libraries as follows:
76677667
node_modules/oracledb/build/Release/`. If the libraries are not found, no
76687668
error is thrown and the search continues, see next bullet point.
76697669

7670-
- In `/usr/lib/dir`. If the Oracle Client libraries cannot be loaded, then
7670+
- In `/usr/local/lib`. If the Oracle Client libraries cannot be loaded, then
76717671
an error is thrown.
76727672

76737673
- On Linux and related platforms:

0 commit comments

Comments
 (0)