Skip to content

Commit 51b14fd

Browse files
authored
Update README.md
1 parent 7c32f02 commit 51b14fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Download the repo as a zip, and extract it under your project Plugins folder so
2323
* You can also disable the automatic updates and manually right click the asset -> `Update from HLSL`
2424

2525
## Syntax
26-
* All return types must be `void` to ensure the pin are all properly named
26+
* All return types must be `void` to ensure the pins are all properly named
2727
* To mark a parameter as an output, use `out`: eg, `out float3 MyOutput`
2828
* Comments must use the `//` syntax, `/*` is not supported
2929
* `@param` in comments will be parsed & put into the pin tooltips

0 commit comments

Comments
 (0)