Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
CelliesProjects authored May 23, 2024
1 parent aea9062 commit 4608e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4608e75

Please sign in to comment.