Skip to content

Commit 798d825

Browse files
Merge pull request #1081 from alexwiese/patch-1
Update README.md
2 parents e19bd9b + f7649e2 commit 798d825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ using SixLabors.ImageSharp.PixelFormats;
8080

8181
// Image.Load(string path) is a shortcut for our default type.
8282
// Other pixel formats use Image.Load<TPixel>(string path))
83-
using (Image<Rgba32> image = Image.Load("foo.jpg"))
83+
using (Image image = Image.Load("foo.jpg"))
8484
{
8585
image.Mutate(x => x
8686
.Resize(image.Width / 2, image.Height / 2)

0 commit comments

Comments
 (0)