diff --git a/README.md b/README.md index 3b183f5..9699fc1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ migrate-template a wrapper for migration sources of library [golang-migrate/migr ```go import ( - template "github.com/FindMyKids/migrate-template" + template "github.com/mbk-lab/migrate-template" "github.com/golang-migrate/migrate/v4" "github.com/golang-migrate/migrate/v4/source" )