Skip to content

Commit addc85d

Browse files
committed
Add missing closing parenthesis
1 parent f9b7d8f commit addc85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add this dependency to your `pom.xml`.
3535
</dependency>
3636
```
3737

38-
You will also need a JDBC driver for your database, and something that can provide `Connection`s on demand (you can roll your own `Supplier<Connection>` or, highly recommended, use a connection pool like [HikariCP](https://github.com/brettwooldridge/HikariCP).
38+
You will also need a JDBC driver for your database, and something that can provide `Connection`s on demand (you can roll your own `Supplier<Connection>` or, highly recommended, use a connection pool like [HikariCP](https://github.com/brettwooldridge/HikariCP)).
3939

4040
### Activating Preview Features
4141

0 commit comments

Comments
 (0)