Skip to content

Commit 4c4b7a3

Browse files
authored
fix invalid YAML in example
This PR fixes the fact that the example YAML in the documentation is invalid.
1 parent 9ad5167 commit 4c4b7a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ connection:
6161
retry_statuses: [429, 500, 502, 503, 504]
6262
verify_ssl: True
6363
count:
64-
separator: ,
64+
separator: ","
6565
fetch:
6666
page_size: 100
6767
validate:

0 commit comments

Comments
 (0)