Skip to content

Commit

Permalink
dont use latest of docs (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol authored Mar 31, 2023
1 parent f8fb23a commit 5979dbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Parameters `ssl_key`, `ssl_cert` and `ssl_ca` can be defined via `file` - path t
Example without security:
```yaml
meta:
version: latest
version: 0.1.0
name: my-kafka-connector
type: kafka-sink
topic: kafka-topic
Expand All @@ -44,7 +44,7 @@ kafka:
Example with security enabled:
```yaml
meta:
version: latest
version: 0.1.0
name: my-kafka-connector
type: kafka-sink
topic: kafka-topic
Expand Down Expand Up @@ -89,7 +89,7 @@ See [docs](https://www.fluvio.io/connectors/inbound/kafka/) here.
Example:
```yaml
meta:
version: latest
version: 0.1.0
name: my-kafka-connector
type: kafka-source
topic: kafka-topic
Expand Down

0 comments on commit 5979dbe

Please sign in to comment.