diff --git a/README.md b/README.md index 32873cb..415a3af 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ See GoDoc here: http://godoc.org/github.com/mattes/migrate/migrate import "github.com/mattes/migrate/migrate" // Import any required drivers so that they are registered and available -import _ "github.com/mattes/migrate/drivers/mysql" +import _ "github.com/mattes/migrate/driver/mysql" // use synchronous versions of migration functions ... allErrors, ok := migrate.UpSync("driver://url", "./path")