Fix broken "versions" table formatting in README

This commit is contained in:
Dale Hui 2019-03-01 18:52:20 -08:00 committed by GitHub
parent 752cdc3b11
commit c6c22b34c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ Each migration has an up and down migration. [Why?](FAQ.md#why-two-separate-file
## Versions
Version | Supported? | Import | Notes
--------|------------|----------------|--------|------
--------|------------|--------|------
**master** | :white_check_mark: | `import "github.com/golang-migrate/migrate/v4"` | New features and bug fixes arrive here first |
**v4** | :white_check_mark: | `import "github.com/golang-migrate/migrate/v4"` | Used for stable releases |
**v3** | :x: | `import "github.com/golang-migrate/migrate"` (with package manager) or `import "gopkg.in/golang-migrate/migrate.v3"` (not recommended) | **DO NOT USE** - No longer supported |