瀏覽代碼

fixed small error

0xflotus 5 年之前
父節點
當前提交
6c0e5d1e2d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
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
 ```
 
-Remove the backaground from all images in a folder
+Remove the background from all images in a folder
 ```bash
     rembg -p path/to/inputs
 ```