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

Commit 576d323

Browse files
authored
Merge pull request #200 from Gobonoid/fix/ReadmeUpdate
Updates import path in README example
2 parents c0703e7 + b4adf71 commit 576d323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ __[Go Documentation](https://godoc.org/github.com/mattes/migrate)__
7575

7676
```go
7777
import (
78-
"github.com/mattes/migrate/migrate"
78+
"github.com/mattes/migrate"
7979
_ "github.com/mattes/migrate/database/postgres"
8080
_ "github.com/mattes/migrate/source/github"
8181
)
@@ -94,7 +94,7 @@ Want to use an existing database client?
9494
import (
9595
"database/sql"
9696
_ "github.com/lib/pq"
97-
"github.com/mattes/migrate/migrate"
97+
"github.com/mattes/migrate"
9898
"github.com/mattes/migrate/database/postgres"
9999
)
100100

0 commit comments

Comments
 (0)