소스 검색

Fix metting typo (#596)

Carolina Rojas 1 년 전
부모
커밋
b601763e07
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      USAGE.md

+ 2 - 2
USAGE.md

@@ -37,8 +37,8 @@ for img in images:
 ```
 
 
-### With alpha metting
-Alpha metting is a post processing step that can be used to improve the quality of the output.
+### With alpha matting
+Alpha matting is a post processing step that can be used to improve the quality of the output.
 ```python
 output = remove(input, alpha_matting=True, alpha_matting_foreground_threshold=270,alpha_matting_background_threshold=20, alpha_matting_erode_size=11)
 ```