Browse Source

Merge pull request #16 from mythofleader/master

fix typo
Daniel Gatis 5 năm trước cách đây
mục cha
commit
df748667e6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -5,7 +5,7 @@
 [![Downloads](https://pepy.tech/badge/rembg/month)](https://pepy.tech/project/rembg/month)
 [![Downloads](https://pepy.tech/badge/rembg/week)](https://pepy.tech/project/rembg/week)
 [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://img.shields.io/badge/License-MIT-blue.svg)
-   
+
 Rembg is a tool to remove images background. That is it.
 
 <p style="display: flex;align-items: center;justify-content: center;">
@@ -76,7 +76,7 @@ Also you can send the file as a FormData (multipart/form-data):
 ```
     <form action="http://localhost:5000" method="post" enctype="multipart/form-data">
        <input type="file" name="file"/>
-       <input type="submi"t value="upload"/>
+       <input type="submit" value="upload"/>
     </form>
 ```