diff --git a/Random-Color-Brush.md b/Random-Color-Brush.md index ad3739f..bf8c9b3 100644 --- a/Random-Color-Brush.md +++ b/Random-Color-Brush.md @@ -3,7 +3,7 @@ It's returning a random color for every key it's applied on every update. > To be honest this brush is absolutely useless. I will rewrite it as soon as I have a good idea on how to make it customizable. -If you want to lit your whole keyboard with random colors you can use this code +If you want to fill your whole keyboard with random colors you can use this code ```C# RandomColorBrush randomBrush = new RandomColorBrush(); keyboard.Brush = randomBrush;