Skip to content

Commit 90e5913

Browse files
authored
Update README.md
1 parent 5243f94 commit 90e5913

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 ImageHandler
20+
from SQLiteImageHandler.SQLiteImageHandler import ImageHandler
2121

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

0 commit comments

Comments
 (0)