Skip to content

Commit 4fa6461

Browse files
committed
Update test README
1 parent 78e8716 commit 4fa6461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ and 'should' modules are installed by this command.
6363

6464
### 1.4 Configure Database credentials
6565

66-
The database credentials for node-oracledb test suite are defined in dbConfig.js file.
67-
You can set the credentials via environment variables or dbConfig.js file.
66+
The database credentials for node-oracledb test suite are defined in dbconfig.js file.
67+
You can set the credentials via environment variables or dbconfig.js file.
6868
Change the credentials to a user who has privileges to connect and create tables.
6969

7070
```
71-
vi <some-directory>/node_modules/oracledb/test/dbConfig.js
71+
vi <some-directory>/node_modules/oracledb/test/dbconfig.js
7272
```
7373

7474
```javascript

0 commit comments

Comments
 (0)