Skip to content

Commit 810134b

Browse files
authored
Update README.md
1 parent 42c1c80 commit 810134b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ handler.addImage(imageName = "Image 1", *handler.imageSelector(path = r"C:\Users
3535
```python
3636
# If you want, use a save name like "savedImage" instead of "savedImage.png"
3737
# ..because whatever you write, it will automatically fetch the extension from the database.
38-
handler.getSaveImage(imageName = "Image 1", savePath = r"C:\Users\mozancetin\Desktop\savedImage.png")ü
38+
handler.getSaveImage(imageName = "Image 1", savePath = r"C:\Users\mozancetin\Desktop\savedImage.png")
3939
```
4040
<hr>
4141

0 commit comments

Comments
 (0)