Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #200 from Gobonoid/fix/ReadmeUpdate
Browse files Browse the repository at this point in the history
Updates import path in README example
  • Loading branch information
mattes committed Apr 19, 2017
2 parents c0703e7 + b4adf71 commit 576d323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -75,7 +75,7 @@ __[Go Documentation](https://godoc.org/github.com/mattes/migrate)__

```go
import (
"github.com/mattes/migrate/migrate"
"github.com/mattes/migrate"
_ "github.com/mattes/migrate/database/postgres"
_ "github.com/mattes/migrate/source/github"
)
Expand All @@ -94,7 +94,7 @@ Want to use an existing database client?
import (
"database/sql"
_ "github.com/lib/pq"
"github.com/mattes/migrate/migrate"
"github.com/mattes/migrate"
"github.com/mattes/migrate/database/postgres"
)

Expand Down

0 comments on commit 576d323

Please sign in to comment.