Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

fix readme typo in task/kafka: wrong "'" #266

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion task/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ that has the following
2. A key with the name `queryExpression`, whose value is a JQ expression. The expression will operate on the value of
the `inputParameters` attribute. In the example below, the `inputParameters` has 2 inner objects named by attributes
`key1` and `key2`, each of which has an object that is named `value1` and `value2`. They have an associated array of
strings as values, `"a", "b"` and `"c", "d"`. The expression `key3: (.key1.value1 + .key2.value2)` concat's the 2
strings as values, `"a", "b"` and `"c", "d"`. The expression `key3: (.key1.value1 + .key2.value2)` concats the 2
string arrays into a single array against an attribute named `key3`

```json
Expand Down