Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit 4e4d5b7

Browse files
authored
Update README.md
1 parent 83e1f3c commit 4e4d5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ To setup a connection, the driver requires a JDBC connection URL. The connection
6868
| trustStoreType | type of the truststore | valid truststore type recognized by available Java security providers | JKS |
6969
| trustStorePassword | password to access the Trust Store | any string | `null` |
7070
| keyStoreLocation | location of the SSL/TLS keystore to use | file path or URL as appropriate to the type of keystore | `null` |
71-
| keyStoreType | type of the keystore | valid keystore type recognixed by available Java security providers | JKS |
71+
| keyStoreType | type of the keystore | valid keystore type recognized by available Java security providers | JKS |
7272
| keyStorePassword | password to access the keystore | any string | `null` |
7373
| trustSelfSigned | shortcut way to indicate that any self-signed certificate should be accepted. A truststore is not required to be configured. | `true` or `false` | `false` |
7474
| hostnameVerification | indicate whether certificate hostname verification should be performed when using SSL/TLS | `true` or `false` | `true` |
7575

7676
### Connecting using the DriverManager interface
7777

78-
The main Driver class is `Driver`. If the driver jar is on the application classpath, no other configuration is required.
78+
The main Driver class is `com.amazon.opendistroforelasticsearch.jdbc.Driver`. If the driver jar is on the application classpath, no other configuration is required.
7979

8080
Code samples to open a connection for some typical scenarios are given below:
8181

0 commit comments

Comments
 (0)