Skip to content

Commit 858d931

Browse files
committed
Fix typo
1 parent 8f38e32 commit 858d931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Wrapper for libwebp in C#. The most complete wrapper in pure managed C#.
33

44
Exposes Simple Decoding and Encoding API, Advanced Decoding and Encoding API (with statistics of compression), Get version library and WebPGetFeatures (info of any WebP file). Exposed get PSNR, SSIM or LSIM distortion metrics.
55

6-
The wrapper is in safe managed code in one class. No need for external dll except libwebp_x86.dll(included v0.4.4) and libwebp_x64.dll (included v1.2.1). The wrapper works in 32, 64 bit or ANY (auto swith to the appropriate library).
6+
The wrapper is in safe managed code in one class. No need for external dll except libwebp_x86.dll (included v0.4.4) and libwebp_x64.dll (included v1.2.1). The wrapper works in 32, 64 bit or ANY (auto swith to the appropriate library).
77

88
The code is commented and includes simple examples for using the wrapper.
99

@@ -137,4 +137,4 @@ MessageBox.Show("Red: " + result[0] + dB\n" +
137137

138138

139139
## Thanks to jzern@google.com
140-
Without their help this wapper would not have been possible.
140+
Without their help this wrapper would not have been possible.

0 commit comments

Comments
 (0)