Skip to content

Commit 84ae547

Browse files
Update README.md
1 parent 5a4f396 commit 84ae547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

137137
```json
138138
{
139-
"number": "{{ .NUMBER }}",
140-
"recipients": {{ .RECIPIENTS }}
139+
"number": "{{ .NUMBER }}",
140+
"recipients": "{{ .RECIPIENTS }}"
141141
}
142142
```
143143

0 commit comments

Comments
 (0)