diff --git a/README.md b/README.md index 33cf522..c4e626b 100644 --- a/README.md +++ b/README.md @@ -884,9 +884,9 @@ Bytes ### Decode ```python - = .decode('utf-8') - = int.from_bytes(, byteorder='big|little', signed=False) - = .hex() + = .decode('utf-8') + = int.from_bytes(, byteorder='big|little', signed=False) + = .hex() ``` ### Read Bytes from File