From fb4813f4d543de185855e200e1d63966948a38c1 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 24 May 2017 15:19:52 +1000 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c672d7ca32..5617681994 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ using (Image image = Image.Load(stream)) } ``` -Setting individual pixel values can perfomed as follows: +Setting individual pixel values can be perfomed as follows: ```csharp // Individual pixels