diff --git a/README.md b/README.md index 2a2c6c1..dd04d4f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ string original = value.DecodeString(BinToTextEncoding.Base85); // if `value` to // The `value` of type `string` can also be a file path, which is not // recommended for large files, in this case you should create a -// `Base85` instance and use `FileStream` to read and write. +// `Base85` instance and use `FileStream` to read and write. string base85text = value.EncodeFile(BinToTextEncoding.Base85); byte[] original = value.DecodeFile(BinToTextEncoding.Base85); ``` @@ -62,4 +62,4 @@ byte[] original = value.DecodeFile(BinToTextEncoding.Base85); - [Open a Ticket](https://www.si13n7.com/?page=contact) :mailbox: if you don't have a GitHub account, you can contact me directly on my website :wink: - [Donate by PayPal](https://paypal.me/si13n7/) :money_with_wings: to buy me some cakes :cake: -_Please note that I cannot fix bugs that are unknown to me. So do yourself and me the favor and get in touch with me._ :face_with_head_bandage: \ No newline at end of file +_Please note that I cannot fix bugs that are unknown to me. So do yourself and me the favor and get in touch with me._ :face_with_head_bandage: