Skip to content

Commit 5243f94

Browse files
authored
Update README.md
1 parent 42306be commit 5243f94

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
@@ -17,7 +17,7 @@ Function Name | Parameters | Returns
1717
- <h3> Importing & Creating Handler </h3>
1818

1919
```python
20-
from SQLiteImageHandler import SQLiteImageHandler
20+
from SQLiteImageHandler import ImageHandler
2121

2222
handler = SQLiteImageHandler(databasePath = "database.db", tableName = "myimages")
2323
```

0 commit comments

Comments
 (0)