Skip to content

Commit

Permalink
chore: fine-tune some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons authored Sep 27, 2023
1 parent 35f005e commit 8b69ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Currently, this library is deployed to Github Packages, so you need to configure
## Usage

In order to use the client, create an instance of `org.neo4j.cdc.client.CDCClient` class, providing an instance of a
driver instance, an optional polling interval to mimic streaming behaviour with under the hood polling, and optional
list of selectors that you can specify what entities' changes you are interested.
driver, an optional polling interval to mimic streaming behaviour with under the hood polling, and an optional
list of selectors that you can use to specify in which entity changes you are interested.

A typical use case would be;

Expand Down

0 comments on commit 8b69ce7

Please sign in to comment.