Skip to content

Commit

Permalink
Update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Oct 18, 2021
1 parent b21d989 commit c1dddf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# dbump

# dbumper

[![build-img]][build-url]
[![pkg-img]][pkg-url]
[![reportcard-img]][reportcard-url]
Expand All @@ -22,7 +20,7 @@ TODO
Go version 1.16+

```
go get github.com/cristalhq/dbumper
go get github.com/cristalhq/dbump
```

## Example
Expand All @@ -37,11 +35,11 @@ See [these docs][pkg-url].

[MIT License](LICENSE).

[build-img]: https://github.com/cristalhq/dbumper/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/dbumper/actions
[pkg-img]: https://pkg.go.dev/badge/cristalhq/dbumper
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/dbumper
[reportcard-img]: https://goreportcard.com/badge/cristalhq/dbumper
[reportcard-url]: https://goreportcard.com/report/cristalhq/dbumper
[coverage-img]: https://codecov.io/gh/cristalhq/dbumper/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/dbumper
[build-img]: https://github.com/cristalhq/dbump/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/dbump/actions
[pkg-img]: https://pkg.go.dev/badge/cristalhq/dbump
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/dbump
[reportcard-img]: https://goreportcard.com/badge/cristalhq/dbump
[reportcard-url]: https://goreportcard.com/report/cristalhq/dbump
[coverage-img]: https://codecov.io/gh/cristalhq/dbump/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/dbump
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cristalhq/dbumper/dbump
module github.com/cristalhq/dbump

go 1.16

0 comments on commit c1dddf6

Please sign in to comment.