diff --git a/README.md b/README.md index abe9875..2b9919f 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,16 @@ By default, makefile uses `convert` file of ImageMagick software, but you can ch make CC= ``` or by changing the following line in a makefile -``` -CC = magick +```make +CC = convert ``` Also, the default image filename make is looking for is `source.png`, and you can change that either passing the new filename as a parameter -``` +```bash make SOURCE= ``` or by changing the following line -``` +```make SOURCE ?= ```