From 8b69ce711868d8ef78dbee03005b76f350496751 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 27 Sep 2023 10:25:41 +0200 Subject: [PATCH] chore: fine-tune some wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207a6ee..0a97aca 100644 --- a/README.md +++ b/README.md @@ -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;