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 990e660  Update README.md
990e660 is described below

commit 990e660d8d1769a7c212ed248d617acfdb4e4829
Author: Jason Huynh <[email protected]>
AuthorDate: Tue Feb 25 14:44:25 2020 -0800

    Update README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 37473f4..8a4a8f7 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ mvn package
 Installation of the connector is similar in process to other Kafka Connectors. 
 For now, we will follow the guide for [Manual 
Installation](https://docs.confluent.io/current/connect/managing/install.html#install-connector-manually).
 
 In summary, we will use the standalone worker for this example.
-* Build the jar into a known (and Kafka accessible) location  (in the 
geode-kafka-connector project run './gradlew shadowJar' and the artifacts will 
be in build/lib/
-* Modify the connect-standalone.properties and point to where the connector is 
installed.
+* Build the jar into a known (and Kafka accessible) location
+* Modify the connect-standalone.properties and point to where the connector 
jar is located.
 ```
 plugin.path=(Path to your clone)/geode-kafka-connector/build/libs/
 #depending on object type, you might want to modify the converter (for 
manually testing we can use the JSON or string converter)

Reply via email to