Skip to content

Commit f3f7be1

Browse files
committed
update README
1 parent 38f365b commit f3f7be1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/templates/README.template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ Supported types include **strings**, **ints** and **arrays**. See [Formatting](#
132132

133133
### String To Type
134134

135+
> [!TIP]
136+
> This formatting applies to almost every situation where the only (allowed) Input Type is a string and other Output Types are needed.
137+
135138
In the Environment the only allowed type is a string so to not have to always use a json string you can use the following types,
136139
if you format them correctly...
137140

@@ -145,11 +148,8 @@ if you format them correctly...
145148
| array(int) | [1,2,3] |
146149
| array(str) | [a,b,c] |
147150

148-
> [!TIP]
149-
> This formatting applies to almost every situation where the only (allowed) Input Type is a string and other Output Types are needed.
150-
151151
> [!NOTE]
152-
> If you have a string that should not be turned into any other type, then you will need to escape the `[]` or `{}` (also `-`) with a `\` **Backslash** > **Double Backslashes** do exist in that case you could just leave them out completly.
152+
> If you have a string that should not be turned into any other type, then you will need to escape all Type Denotations, `[]` or `{}` (also `-`) with a `\` **Backslash** > **Double Backslashes** do exist in that case you could just leave them out completly.
153153
> An **Odd** number of **Backslashes** **escape** the character in front of them and an **Even** number leave the character **as-is**.
154154
155155
### API Token(s)

0 commit comments

Comments
 (0)