Skip to content

Commit 8814a9e

Browse files
committed
add highlighting to readme
1 parent 9ff0b2b commit 8814a9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/templates/README.template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,16 @@ curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer API_T
123123

124124
If you are not comfortable / don't want to hardcode your Number for example and/or Recipients in you, may use **Placeholders** in your Request.
125125

126+
**How to use:**
127+
126128
| Type | Example | Note |
127129
| :--------------------- | :------------------ | :--------------- |
128130
| Body | `{{@data.key}}` | |
129131
| Header | `{{#Content_Type}}` | `-` becomes `_` |
130132
| [Variable](#variables) | `{{.VAR}}` | always uppercase |
131133

134+
**Where to use:**
135+
132136
| Type | Example |
133137
| :---- | :--------------------------------------------------------------- |
134138
| Body | `{"number": "{{ .NUMBER }}", "recipients": "{{ .RECIPIENTS }}"}` |

0 commit comments

Comments
 (0)