From e137933e419e2517adbd55ca10c7d990d6c66b03 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 9 Nov 2015 00:37:09 +1100 Subject: [PATCH] Update README.md Former-commit-id: b409078fbb38d8ebc7d9e0918cb52c1b41aea14b Former-commit-id: fe55265255b79b6b5aff5f88c548bcef340009ef Former-commit-id: 52a6b28f6a45133e1c1ee542cde34550a501b1ee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63f4f74d21..bada7219f8 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ using (FileStream stream = File.OpenRead("foo.jpg")) } } ``` -Individual processors can be initialised and apply processing against images. This allows nesting which will allow the powerful combination of processng methods: +Individual processors can be initialised and apply processing against images. This allows nesting which will allow the powerful combination of processing methods: ```csharp new Brightness(50).Apply(sourceImage, targetImage, sourceImage.Bounds);