Skip to content

Commit 21b406b

Browse files
authored
Fix typo in README.MD
1 parent 4defc74 commit 21b406b

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
@@ -87,7 +87,7 @@ The package can be installed using the Git URL `https://github.com/Looooong/Unit
8787

8888
### Load Image Synchronously
8989

90-
The synchronous variants are the same as the asynchronous counterparts but without `Async` prefix in theirs name. They are useful for debugging and profiling within a frame.
90+
The synchronous variants are the same as the asynchronous counterparts but without `Async` suffix in theirs name. They are useful for debugging and profiling within a frame.
9191

9292
```cs
9393
var imageData = File.ReadAllBytes();

0 commit comments

Comments
 (0)