Skip to content

Commit 7e88f7c

Browse files
authored
Update README.md - java modules
1 parent cc0310f commit 7e88f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ This pool was previously part of Ebean ORM with prior history in sourceforge.
4242
There are other good DataSource pools out there but this pool has proven to be fast, simple and robust and maintains it's status as the preferred pool for use with Ebean ORM.
4343

4444

45-
### JPMS use
45+
### Java modules use
4646

4747
```java
48-
module example {
48+
module my.example {
4949

5050
requires io.ebean.datasource;
5151
...

0 commit comments

Comments
 (0)