diff --git a/README.md b/README.md index d5a4b37..1317e01 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ The operations are: | `0x27` | `READ_ADDRESS_2` | | Reads an address from the repository into the buffer, it uses 2 bytes for the pointer. | | `0x28` | `READ_ADDRESS_3` | | Reads an address from the repository into the buffer, it uses 3 bytes for the pointer. | | `0x29` | `READ_ADDRESS_4` | | Reads an address from the repository into the buffer, it uses 4 bytes for the pointer. | -| `0x2a` | `WRITE_BYTES32` | | Saves a bytes32 on the repository, it writes the value to the buffer. | +| `0x2a` | `SAVE_BYTES32` | | Saves a bytes32 on the repository, it writes the value to the buffer. | | `0x2b` | `READ_BYTES32_2` | | Reads a bytes32 from the repository into the buffer, it uses 2 bytes for the pointer. | | `0x2c` | `READ_BYTES32_3` | | Reads a bytes32 from the repository into the buffer, it uses 3 bytes for the pointer. | | `0x2d` | `READ_BYTES32_4` | | Reads a bytes32 from the repository into the buffer, it uses 4 bytes for the pointer. |