Skip to content

Commit 59d69cc

Browse files
authored
Update CONTRIBUTING.md
1 parent f0c3ea9 commit 59d69cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://maven.apache.org/install.html
1212
The library uses OJDBC Driver to connect to the database, it's added as a maven dependency. To be able to download the Oracle dependencies, you need to configure your access to Oracle's Maven Repository:
1313
Create file `gradle.properties` in the root directory of the repository and place OTN credentials there:
1414
```properties
15-
ORACLE_OTN_USER=usar@email.com
15+
ORACLE_OTN_USER=user@email.com
1616
ORACLE_OTN_PASSWORD=password
1717
```
1818

0 commit comments

Comments
 (0)