diff --git a/README.md b/README.md index a1c9bca997..ba897fa7ef 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ using SixLabors.ImageSharp.PixelFormats; // Image.Load(string path) is a shortcut for our default type. // Other pixel formats use Image.Load(string path)) -using (Image image = Image.Load("foo.jpg")) +using (Image image = Image.Load("foo.jpg")) { image.Mutate(x => x .Resize(image.Width / 2, image.Height / 2)