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

Commit

Permalink
Merge pull request #266 from nabbisen/fix-readme-typo-of-task-kafka-w…
Browse files Browse the repository at this point in the history
…rong-quote

fix readme typo in task/kafka: wrong "'"
  • Loading branch information
v1r3n authored Sep 8, 2023
2 parents 941f072 + e06789e commit d8b1109
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d8b1109

Please sign in to comment.