2
0
Daniel Gatis 5 жил өмнө
parent
commit
e0f7abd5e1
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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>