diff --git a/.github/workflow.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/workflow.yml rename to .github/workflows/tests.yml diff --git a/readme.md b/readme.md index a34247d..d2e5667 100644 --- a/readme.md +++ b/readme.md @@ -35,12 +35,12 @@ mit migrate # apply the migration ## Example of migration -```templ +```go package migrations import ( - "github.com/alexisvisco/mig/pkg/schema/pg" - "github.com/alexisvisco/mig/pkg/schema" + "github.com/alexisvisco/amigo/pkg/schema/pg" + "github.com/alexisvisco/amigo/pkg/schema" "time" )