diff --git a/README.md b/README.md index 44211b6..a46dd97 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,6 @@ Open the canister frontend in your web browser. ```bash ID=$(xxd -u -p canisters/linkedup/_canister.id) -CRC=$(python2 -c "import crc8;h=crc8.crc8();h.update('$ID'.decode('hex'));print(h.hexdigest())") +CRC=$(python2 -c "import crc8;h=crc8.crc8();h.update('$ID'.decode('hex'));print(h.hexdigest().upper())") xdg-open "http://127.0.0.1:8000/?canisterId=ic:$ID$CRC" ```