Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Corrected typo as described in issue #33
  • Loading branch information
steph-beneschan-256 authored May 9, 2021
1 parent 45c0162 commit bac544b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class ReactiveBookService {

## Restrictions

The auto-configured DSLContext does not have a JDBC connection. It is only intended to generate SQL strings which is
The auto-configured DSLContext does not have a JDBC connection. It is only intended to generate SQL strings which are
given to the R2DBC database client for execution.

Do not use JOOQ methods that require a JDBC connection (every method that calls the database)! Use the `ReactiveJooq`
Expand Down

0 comments on commit bac544b

Please sign in to comment.