Skip to content

Commit 34f92d1

Browse files
authored
Update README.md
1 parent 908f9a7 commit 34f92d1

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
@@ -4,7 +4,7 @@ Simple to use image handler for python sqlite3.
44
# Functions
55
Function Name | Parameters | Returns
66
------------- | ---------- | -------
7-
**[init]("#init")** | **databasePath** : *str* <br> **tableName** : *str* | - |
7+
**init** | **databasePath** : *str* <br> **tableName** : *str* | - |
88
**startConnection** | - | - |
99
**imageSelector** | **path** : *str* | **bytesContent** : *bytes* <br> **extensionType** : *str* |
1010
**addImage** | **imageName** : *str* <br> **imageBytes** : *bytes* <br> **extensionType** : *str* | - |

0 commit comments

Comments
 (0)