Skip to content

Commit 3f919fe

Browse files
committed
Be clearer about libraries vs packages
1 parent ac3f4fa commit 3f919fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function done(err) {
9393
clientUrl = 'https://www.oracle.com/technetwork/topics/intel-macsoft-096467.html';
9494
installUrl = 'https://oracle.github.io/node-oracledb/INSTALL.html#instosx';
9595

96-
log('** - An Oracle Instant Client Basic or Basic Light package must be in ~/lib or /usr/local/lib');
96+
log('** - Oracle Instant Client Basic or Basic Light package libraries must be in ~/lib or /usr/local/lib');
9797
log('** Download from ' + clientUrl);
9898
} else if (process.platform === 'win32') {
9999
if (process.arch === 'x64') {

0 commit comments

Comments
 (0)