Skip to content

Commit 42c1c80

Browse files
authored
Update README.md
1 parent 90e5913 commit 42c1c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Function Name | Parameters | Returns
1919
```python
2020
from SQLiteImageHandler.SQLiteImageHandler import ImageHandler
2121

22-
handler = SQLiteImageHandler(databasePath = "database.db", tableName = "myimages")
22+
handler = ImageHandler(databasePath = "database.db", tableName = "myimages")
2323
```
2424
<hr>
2525

0 commit comments

Comments
 (0)