From 020a08b3dec579e883e8a30dac43d5dc2144c3e7 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 11 Feb 2019 11:07:29 +1100 Subject: [PATCH] Fix cut/paste doc comment error --- exadata-express/Example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exadata-express/Example.js b/exadata-express/Example.js index c7b103d2..a0951a9f 100644 --- a/exadata-express/Example.js +++ b/exadata-express/Example.js @@ -10,7 +10,7 @@ Before running this script: - Install Node.js and node-oracledb - Install Oracle Instant Client - Download and install the cloud service wallet - - Modify the connect() call below to use the credentials for your database. + - Modify the getConnection() call below to use the credentials for your database. See your cloud service's documentation for details. ----------------------------------------------------------------------*/