Skip to content

Commit 40f2382

Browse files
authored
chore: updated readme.txt
1 parent e4976ab commit 40f2382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Find more information at: https://github.com/lioncoding-oss/FileSizeFromBase64.N
66
## Usage
77
using FileSizeFromBase64.NET;
88
var sizeInByte = FileSizeHelpers.GetFileSizeFromBase64String("your-base64-string");
9-
var sizeInMB = FileSizeHelpers.GetFileSizeFromBase64String("your-base64-string", UnitsOfMeasurement.Mesagebyte);
9+
var sizeInMB = FileSizeHelpers.GetFileSizeFromBase64String("your-base64-string", UnitsOfMeasurement.MegaByte);

0 commit comments

Comments
 (0)