Skip to content

Commit 3b5ed7b

Browse files
committed
docs: fix closing code quotes
1 parent f9233d4 commit 3b5ed7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,12 @@ transforms.ExtractTopicFromSchemaName.schema.name.topic-map=com.acme.schema.Sche
188188

189189
```
190190
And here is an example of this transformation configuration (using :schema.name.regex)
191+
191192
```properties
192193
transforms=ExtractTopicFromValueSchema
193194
transforms.ExtractTopicFromValueSchema.type=io.aiven.kafka.connect.transforms.ExtractTopicFromSchemaName$Value
194195
transforms.ExtractTopicFromValueSchema.schema.name.regex=(?:[.]|^)([^.]*)$
196+
```
195197

196198
## License
197199

0 commit comments

Comments
 (0)