This is an automated email from the ASF dual-hosted git repository.
jasonhuynh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 803791d Update README.md
803791d is described below
commit 803791d36ede6f91712baab5a99a0c4408c5c46b
Author: Jason Huynh <[email protected]>
AuthorDate: Thu Feb 6 11:10:20 2020 -0800
Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 209cc5f..aeb3d87 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ In summary, we will use the standalone worker for this
example.
```
plugin.path=/Users/jhuynh/Pivotal/geode-kafka-connector/build/libs/
```
-* Create and modify connect-geode-source.properties file, for example
+* Create and modify connect-geode-sink.properties file, for example
```
name=geode-kafka-sink
connector.class=GeodeKafkaSink
@@ -26,7 +26,7 @@ tasks.max=1
topicToRegions=[someTopicToSinkFrom:someRegionToConsume]
locators=localHost[10334]
```
-* Create and modify connect-geode-sink.properties files
+* Create and modify connect-geode-source.properties files
```
name=geode-kafka-source
connector.class=GeodeKafkaSource