diff --git a/README.md b/README.md index b6cb01f..77fd0f9 100644 --- a/README.md +++ b/README.md @@ -170,10 +170,10 @@ cat contrib/logo/LOGO | lolcat -F 0.1 ## Differences compared to the Python version - It's simpler to install on your computer, just download the binary, `chmod - +x` and run it :tada: There is no need to install [Pillow] for handling - images, that is now built-in. The only external dependency is [exiftool] for - image captions from embedded metadata. If you don't have `exiftool` - installed, then it gracefully skips that feature. + +x` and run it 🎉 There is no need to install [Pillow] for handling images, + that is now built-in. The only external dependency is [exiftool] for image + captions from embedded metadata. If you don't have `exiftool` installed, then + it gracefully skips that feature. - The command-line interface is quite different. There are less optional flags and more defaults. I shuffled a number of things around according to my