Browse Source

Update README.md

Daniel Gatis 4 years ago
parent
commit
e0f7abd5e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -100,7 +100,7 @@ Then run
 
 Sometimes it is possible to achieve better results by turning on alpha matting. Example:
 ```bash
-    curl -s http://input.png -a -ae 15 | rembg > output.png
+    curl -s http://input.png | rembg -a -ae 15 > output.png
 ```
 
 <table>