diff --git a/README.md b/README.md index a955c5e7d..dc371013d 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ func main() { m, err := migrate.NewWithDatabaseInstance( "file:///migrations", "postgres", driver) - m.Steps(2) + m.Up() // or m.Step(2) if you want to explicitly set the number of migrations to run } ``` diff --git a/source/google_cloud_storage/README.md b/source/google_cloud_storage/README.md index 284dc9092..9081b0f49 100644 --- a/source/google_cloud_storage/README.md +++ b/source/google_cloud_storage/README.md @@ -1,3 +1,14 @@ -# google_cloud_storage +# Google Cloud Storage + + +## Import + +```go +import ( + _ "github.com/golang-migrate/migrate/v4/source/google_cloud_storage" + ) + ``` + +## Connection String `gcs:///`