Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6c22b3

Browse files
authored
Fix broken "versions" table formatting in README
1 parent 752cdc3 commit c6c22b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Each migration has an up and down migration. [Why?](FAQ.md#why-two-separate-file
151151
## Versions
152152

153153
Version | Supported? | Import | Notes
154-
--------|------------|----------------|--------|------
154+
--------|------------|--------|------
155155
**master** | :white_check_mark: | `import "github.com/golang-migrate/migrate/v4"` | New features and bug fixes arrive here first |
156156
**v4** | :white_check_mark: | `import "github.com/golang-migrate/migrate/v4"` | Used for stable releases |
157157
**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 |

0 commit comments

Comments
 (0)