From 361a458cabd2b7437e0d7eccad6ddf4446ef3eae Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Fri, 9 Oct 2020 14:46:45 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ee8a352..a2aa80b 100644 --- a/README.md +++ b/README.md @@ -98,13 +98,11 @@ Then run ### Advance usage -Sometimes it is possible to achieve better results by turning on alpha matting +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 ``` -Example: -