diff --git a/README.md b/README.md index 4a6d137..4395696 100644 --- a/README.md +++ b/README.md @@ -642,6 +642,7 @@ Bytes ### Encode ```python = b'' + = .encode(encoding='utf-8') = .to_bytes(, byteorder='big|small', signed=False) = bytes.fromhex() ```