diff --git a/src/db_mysql.nim b/src/db_mysql.nim index fcc29a2056..242ea1b0d8 100644 --- a/src/db_mysql.nim +++ b/src/db_mysql.nim @@ -31,7 +31,7 @@ ## ---------------------------------- ## ## .. code-block:: Nim -## import db_mysql +## import std/db_mysql ## let db = open("localhost", "user", "password", "dbname") ## db.close() ## @@ -56,7 +56,7 @@ ## ## .. code-block:: Nim ## -## import db_mysql, math +## import std/[db_mysql, math] ## ## let theDb = open("localhost", "nim", "nim", "test") ##