Skip to content

Commit 4df6669

Browse files
authored
Update README.md
documentation typos
1 parent b81c210 commit 4df6669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mvn clean package
2727
Copy the jar with dependencies from the target folder into connect classpath (e.g ``/usr/share/java/kafka-connect-elasticsearch`` ) or set ``plugin.path`` parameter appropriately.
2828

2929
## Example
30-
Using kafka connect in distributed way, a sample config file to fetch ``metric*`` indices and to produce output topics with ``es_`` prefix:
30+
Using kafka connect in distributed way, a sample config file to fetch ``my_awesome_index*`` indices and to produce output topics with ``es_`` prefix:
3131

3232

3333
```json
@@ -142,4 +142,4 @@ ElasticSearch scheme (http/https)
142142

143143
* Type: string
144144
* Importance: high
145-
145+

0 commit comments

Comments
 (0)