Skip to content

Commit

Permalink
added v3 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Radomir Sohlich committed Apr 10, 2018
1 parent 827404f commit 1fa29e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Elasticsearch version | Elastic version | Package URL
----------------------|------------------|------------
6.x | 6.0 | [`gopkg.in/sohlich/elogrus`](http://gopkg.in/sohlich/elogrus)
6.x | 6.0 | [`gopkg.in/sohlich/elogrus.v3`](http://gopkg.in/sohlich/elogrus.v3)
5.x | 5.0 | [`gopkg.in/sohlich/elogrus.v2`](http://gopkg.in/sohlich/elogrus.v2)
2.x | 3.0 | [`gopkg.in/sohlich/elogrus.v1`](http://gopkg.in/sohlich/elogrus.v1)

Expand All @@ -16,7 +16,7 @@ Elasticsearch version | Elastic version | Package URL
## Import

```
go get gopkg.in/sohlich/elogrus
go get gopkg.in/sohlich/elogrus.v3
```

## Usage
Expand All @@ -25,7 +25,7 @@ go get gopkg.in/sohlich/elogrus
package main

import (
"github.com/sirupsen/logrus"
"github.com/sirupsen/logrus.v3"
"gopkg.in/sohlich/elogrus"
"gopkg.in/olivere/elastic"
)
Expand Down

0 comments on commit 1fa29e2

Please sign in to comment.