Skip to content

Commit

Permalink
update missing stuff in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dasrick committed Dec 17, 2019
1 parent 548fd99 commit acd2af0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status][travis-image]][travis-url]
[![GitHub release][githubrelease-image]][githubrelease-url]
[![GitHub go.mod Go version][goversion-image]][goversion-url]

[![Coverage Status][coveralls-image]][coveralls-url]
[![Maintainability][codeclimate-image]][codeclimate-url]
Expand All @@ -21,11 +23,11 @@ Why: After writing the same lines of code over and over again, I came to the con
To get the package, execute:

```
go get gopkg.in/dasrick/go-helper.v1
go get https://github.com/dasrick/go-helper/v2
```
To import this package, add the following line to your code:
```
import "gopkg.in/dasrick/go-helper.v1"
import "github.com/dasrick/go-helper/v2"
```
For more details, see the [API documentation][godoc-url].

Expand All @@ -51,3 +53,9 @@ For more details, see the [API documentation][godoc-url].

[license-image]: https://img.shields.io/github/license/dasrick/go-helper.svg?style=flat
[license-url]: https://github.com/dasrick/go-helper/blob/master/LICENSE

[goversion-image]: https://img.shields.io/github/go-mod/go-version/dasrick/go-helper
[goversion-url]: https://github.com/dasrick/go-helper

[githubrelease-image]: https://img.shields.io/github/v/release/dasrick/go-helper
[githubrelease-url]: https://github.com/dasrick/go-helper

0 comments on commit acd2af0

Please sign in to comment.