diff --git a/README.md b/README.md index c37667d..619d8d2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A modern alternative to `xxd` and `hexdump` Huge thanks to ![igoracmelo](https://github.com/igoracmelo/xx) for the idea and reference. The idea and code for colorizing xxd/hexdump output in a gradient format came from them. +![](img.png) + ## Example usage ```sh hexxy /path/to/file.bin diff --git a/img.png b/img.png new file mode 100644 index 0000000..4e20278 Binary files /dev/null and b/img.png differ