Skip to content

Commit 4a1593f

Browse files
committed
Update readme
1 parent b1ff491 commit 4a1593f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ojdbc-provider-pkl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oracle JDBC Configuration Provider Parser for Pkl
22

3-
This module provides a parser that integrates **Oracle JDBC** with **Pkl**, a modern configuration language.
3+
This module provides a parser that integrates **Oracle JDBC** with **[Pkl](https://pkl-lang.org/index.html)**, a modern configuration language.
44
It implements the `OracleConfigurationParser` interface to parse and read `.pkl` files for database configuration.
55

66
With the Oracle JDBC Pkl Parser, developers can store JDBC configurations in `.pkl` files and load them dynamically through Oracle JDBC Driver Extensions.
@@ -10,7 +10,7 @@ With the Oracle JDBC Pkl Parser, developers can store JDBC configurations in `.p
1010
## Installation
1111

1212
All providers in this module are distributed as single jar on the Maven Central
13-
Repository. The jar is compiled for JDK 17, and is forward compatible with later
13+
Repository. The jar is compiled for JDK 17 (as required by Pkl), and is forward compatible with later
1414
JDK versions. The coordinates for the latest release are:
1515

1616
```xml

0 commit comments

Comments
 (0)