Skip to content

Commit 709d8d8

Browse files
fixed formatting
1 parent ec7c9e0 commit 709d8d8

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
@@ -48,7 +48,7 @@ Sheetname: Templates
4848
| 2 | Greeting | <hi | Hello World |
4949
| 3 | Grocery Note | <list | This is the list of items I need from the store.<br><br> \* Apples<br> \* Oranges<br> \* Paper Towels<br><br>That’s it, the end of the list. |
5050
| 4 | Test NoPrefix | test | This is a hotstring without a prefix. |
51-
| 5 | Template Replace Input | <input | <pre><<input>>This message is for <<template>>. We are trying to reach <<template>> about their cars extended warranty.</pre> |
51+
| 5 | Template Replace Input | <input | `<<input>>`This message is for `<<template>>`. We are trying to reach `<<template>>` about their cars extended warranty. |
5252

5353

5454
## CSV hotstring file format
@@ -63,4 +63,4 @@ Filename: hotstrings.csv
6363
| <hi | Hello World |
6464
| <list | This is the list of items I need from the store.<br><br> \* Apples<br> \* Oranges<br> \* Paper Towels<br><br>That’s it, the end of the list. |
6565
| test | This is a hotstring without a prefix. |
66-
| <input | <pre><<input>>This message is for <<template>>. We are trying to reach <<template>> about their cars extended warranty.</pre> |
66+
| <input | `<<input>>`This message is for `<<template>>`. We are trying to reach `<<template>>` about their cars extended warranty. |

0 commit comments

Comments
 (0)