]> gitweb.ps.run Git - separator/blobdiff - readme.md
Update readem
[separator] / readme.md
index ff5cf5aeb4895ef34ac489b47ba494c015c91bdd..dd7e705cb22bd9c049491662c18c95947eaaa821 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -4,7 +4,9 @@ Command line tool to separate an image into background and foreground
 
 ## Usage
 
+```bash
 ./main <filename> <new_filename> <fg_color> <bg_color> <new_color>
+```
 
 This will replace <fg_color> with <new_color> and make <bg_color> transparent.
 It only handles two colors but correctly interpolates between the two and adds transparency accordingly.