diff --git a/README.md b/README.md index 561768199..e46b11379 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Setting individual pixel values can be perfomed as follows: ```csharp // Individual pixels -using (Image image = new Image(400, 400) +using (Image image = new Image(400, 400)) { image[200, 200] = Rgba32.White; } @@ -213,4 +213,4 @@ Become a sponsor and get your logo on our README on Github with a link to your s - \ No newline at end of file +