diff --git a/README.md b/README.md index f6c2af0..79d03a7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Foundation -A set of helpers to help to create and manage database migration tests. +A framework to write simple database migration tests. ## Install ``` -go get git.ctrlz.es/mgdelacroix/foundation +go get github.com/mgdelacroix/foundation ``` ## Usage diff --git a/go.mod b/go.mod index 878bd52..b1c9fb4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.ctrlz.es/mgdelacroix/foundation +module github.com/mgdelacroix/foundation go 1.18