From 502f576657b4baae78c5a2031a0bc43954dd424e 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: 918b5f5d71b07b36a08e7695dd2a130a0615c38f Former-commit-id: 973feb753e40a048e868b5df989a4db55d5b4d5c Former-commit-id: b175e7f7fa6c4cf9c496f4b6e92a9de42f5df8c6 --- 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);