From e0f7abd5e18a71023c3da2dac927dc6220848f6e Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Fri, 9 Oct 2020 14:58:13 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2aa80b..1efa470 100644 --- a/README.md +++ b/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 ```