Skip to content

Commit 66e0222

Browse files
authored
Update README.md
1 parent 04e35eb commit 66e0222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Custom commands can be added to the dev console by developers. They can be creat
5454
#### Parameters
5555
Default supported parameter types implement the [``IConvertible``](https://docs.microsoft.com/en-us/dotnet/api/system.iconvertible) interface (e.g. int, float, string, bool, etc.)</br>
5656
Enums are also supported.</br>
57-
Commands that use a nullable bool (Boolean?) parameter accept "~", "!", "null", and "toggle" - used primarily as a toggle.</br>
58-
E.g. executing "<b>showfps !</b>" will toggle showing the fps on-screen.</br></br>
57+
Commands that use a nullable bool (``Boolean?``) parameter accept "~", "!", "null", and "toggle" - used primarily as a toggle.</br>
58+
For example, executing "<b>showfps !</b>" will toggle showing the fps on-screen.</br></br>
5959
To add a custom type, use ``DevConsole.AddParameterType<T>()`` (see FAQ below).
6060

6161
#### Example using Command.Create

0 commit comments

Comments
 (0)