Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
eac01c1d69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -31,7 +31,7 @@ sqlite:///data/database.sqlite
 sqlite3:///data/database.sqlite
 ```
 
-## Custom funcs
+### Custom funcs
 
 ```go
 DeleteRowByID(ctx context.Context, id int64, row any) error