Skip to content

Commit c1ea0ee

Browse files
committed
docs: updated README.md
1 parent 319f3fb commit c1ea0ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ First, you set if the image manager must process a server-stored image (`ForImag
9191

9292
Then you can apply multiple manipulations (such as `resize`,`crop`,`Sepia`,...) and/or save the output.
9393

94-
If you specify a profile name in the `SaveAsync` method, it will create resized images in the 'profile name' folder.
94+
If you specify a profile name in the `SaveImageAsync` method, it will create resized images in the 'profile name' folder.
9595

9696
#### 2.2.1 Example
9797

@@ -112,5 +112,5 @@ await _imageManager
112112
.Sepia()
113113
.Pixelate()
114114
.OilPaint()
115-
.SaveAsync(new DirectoryInfo(webRootPath), "output", Pixsys.Library.Media.Common.Enums.ImageFormat.Webp, false, "test");
115+
.SaveImageAsync(new DirectoryInfo(webRootPath), "output", Pixsys.Library.Media.Common.Enums.ImageFormat.Webp, false, "test");
116116
```

0 commit comments

Comments
 (0)