Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fine-tune some wording #2

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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