Update README.md

This commit is contained in:
Daniel Gatis 2020-10-09 14:58:13 -03:00 committed by GitHub
parent 361a458cab
commit e0f7abd5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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