diff --git a/README.md b/README.md index 734dce1..159ae27 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Using the last 64 bits of the provided 128-bit CID, you are required to implemen * Extract the last 64 bits of the CID input. * Generate the primary MAC address by converting the 64-bit integer to a 48-bit MAC address. -* Use bitwise operations to generate the initial MAC address ensuring the multicast bit is cleared. (The multicast bit is the least significant bit of the first byte.) +* Use bitwise operations to generate the initial MAC address ensuring that the address is unicast. * Implement an algorithm to increment the MAC address (for the second one), carefully managing overflow from the least significant byte upwards. ### Integration