Skip to content

Commit b3a1829

Browse files
authored
Update README.md
1 parent d781ff4 commit b3a1829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ To get started you will also user API signing keys and credentials for the user
1616

1717
To use the code to manage objects in OCI you will need to :
1818

19-
Create an AuthenticationProcessor (com.oracle.timg.oci.authentication) - this does the security work for you, speciy the OCI configuration file section to use for the connection and optionall the OCI region to work on (by defual it will sue the region in the config file)
19+
Create an AuthenticationProcessor (com.oracle.timg.oci.authentication) - this does the security work for you, speciy the OCI configuration file section to use for the connection and optionally the OCI region to work on (by default it will use the region in the config file)
2020

2121
From there use the other processor classes as needed, these will all need the AuthenticationProcessor you created as part of their consructor.
2222

2323

2424

2525
### Prerequisites
26-
You will need a development environment with Java (17 is the cersion Im using, earlier versions may not be supported by the OCI Java SDK).
26+
You will need a development environment with Java (21 is the version I'm currently using, earlier versions may not be supported by the OCI Java SDK).
2727

2828
I also use Maven to build this and to manage the dependencies, but if you have other mechanisms feel free.
2929

@@ -40,7 +40,7 @@ This is a **very** limited set of OCI services that are being wrapped here, over
4040
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
4141

4242
## License
43-
Copyright (c) 2024 Oracle and/or its affiliates.
43+
Copyright (c) 2025 Oracle and/or its affiliates.
4444

4545
Licensed under the Universal Permissive License (UPL), Version 1.0.
4646

0 commit comments

Comments
 (0)