Преглед на файлове

Merge pull request #1 from 0xflotus/patch-1

fixed small error
Daniel Gatis преди 5 години
родител
ревизия
39dffcdbfb
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -40,17 +40,17 @@ Install it from pypi
 
 ### Usage as a cli
 
-Remove the backaground from a remote image
+Remove the background from a remote image
 ```bash
     curl -s http://input.png | rembg > output.png
 ```
 
-Remove the backaground from a local file
+Remove the background from a local file
 ```bash
-    rembg -o path/to/output.png paht/to/input.png
+    rembg -o path/to/output.png path/to/input.png
 ```
 
-Remove the backaground from all images in a folder
+Remove the background from all images in a folder
 ```bash
     rembg -p path/to/inputs
 ```