Browse Source

Fix readme

pull/221/head
James Jackson-South 9 years ago
parent
commit
fb4813f4d5
  1. 2
      README.md

2
README.md

@ -106,7 +106,7 @@ using (Image<Rgba32> image = Image.Load<Rgba32>(stream))
}
```
Setting individual pixel values can perfomed as follows:
Setting individual pixel values can be perfomed as follows:
```csharp
// Individual pixels

Loading…
Cancel
Save