1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Fixed typo in Core readme

This commit is contained in:
Darth Affe 2023-08-23 00:50:28 +02:00
parent 3d9706ad0e
commit aba0888bd9

View File

@ -17,7 +17,7 @@ surface.AlignDevices();
surface.RegisterUpdateTrigger(new TimerUpdateTrigger()); surface.RegisterUpdateTrigger(new TimerUpdateTrigger());
``` ```
## Basis Rendering ## Basic Rendering
```csharp ```csharp
// Create a led-group containing all leds on the surface // Create a led-group containing all leds on the surface
ILedGroup allLeds = new ListLedGroup(surface, surface.Leds); ILedGroup allLeds = new ListLedGroup(surface, surface.Leds);