Skip to content

Commit 9b0d686

Browse files
author
Moolt
authored
Update README.md
1 parent 4f0c952 commit 9b0d686

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
@@ -70,7 +70,7 @@ After compiling the script you can now set the preset and reference the light co
7070

7171
## Creating presets during runtime
7272

73-
Presets can also be created during runtime. You will need any component to initialize the preset with. The present can then be used to apply the values to any component of the same type.
73+
Presets can also be created during runtime. You will need any component to initialize the preset with. The preset can then be used to apply the values to any component of the same type.
7474

7575
```csharp
7676
public class CreatePreset : MonoBehaviour
@@ -95,4 +95,4 @@ public class CreatePreset : MonoBehaviour
9595
```
9696

9797
The examples might be a bit forced, but I often find myself in more complex situations where runtime presets can be a real life saver.
98-
I hope I can save you some time with this plug-in. Feel free to contact me if you have any questions.
98+
I hope I can save you some time with this plug-in. Feel free to contact me if you have any questions.

0 commit comments

Comments
 (0)