Browse Source

Update README.md

Daniel Gatis 5 năm trước cách đây
mục cha
commit
e0f7abd5e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>