diff --git a/webif/README.md b/webif/README.md index a6782de..b96bbc1 100644 --- a/webif/README.md +++ b/webif/README.md @@ -43,7 +43,7 @@ cellie@cellie-Mint-64 ~ $ xxd -i index.htm.gz > index_htm_gz.h Which produces `index_htm_gz.h` that looks like: ```c -cellie@cellie-Mint-64 ~ $ cat index_htm.h +cellie@cellie-Mint-64 ~ $ cat index_htm_gz.h unsigned char index_htm_gz[] = { 0x1f, 0x8b, 0x08, 0x08, 0xae, 0x00, 0xbf, 0x61, 0x00, 0x03, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2e, 0x68, 0x74, 0x6d, 0x00, 0xb3, 0xc9, 0x30, 0xb4,