Skip to content

Commit 4c9b5ed

Browse files
committed
updated README for upcoming fix
1 parent 956ba2a commit 4c9b5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/templates/README.template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ These _Placeholders_ can be used in the Query or the Body of a Request like so:
7575

7676
```json
7777
{
78-
"number": "{{ .NUMBER }}",
79-
"recipients": {{ .RECIPIENTS }}
78+
"number": "{{ .NUMBER }}",
79+
"recipients": "{{ .RECIPIENTS }}"
8080
}
8181
```
8282

0 commit comments

Comments
 (0)