Skip to content

Commit eea28e9

Browse files
committed
Update readme badge
1 parent 4eef5fc commit eea28e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gojsonq
22
===============
33
[![Build Status](https://travis-ci.org/thedevsaddam/gojsonq.svg?branch=master)](https://travis-ci.org/thedevsaddam/gojsonq)
4-
[![Project status](https://img.shields.io/badge/version-v1.9-green.svg)](https://github.com/thedevsaddam/gojsonq/releases)
4+
[![Project status](https://img.shields.io/badge/version-v2.0-green.svg)](https://github.com/thedevsaddam/gojsonq/releases)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/thedevsaddam/gojsonq)](https://goreportcard.com/report/github.com/thedevsaddam/gojsonq)
66
[![Coverage Status](https://coveralls.io/repos/github/thedevsaddam/gojsonq/badge.svg?branch=master)](https://coveralls.io/github/thedevsaddam/gojsonq?branch=master)
77
[![GoDoc](https://godoc.org/github.com/thedevsaddam/gojsonq?status.svg)](https://godoc.org/github.com/thedevsaddam/gojsonq)
@@ -15,7 +15,7 @@ Install the package using
1515
```go
1616
$ go get github.com/thedevsaddam/gojsonq
1717
// or
18-
$ go get gopkg.in/thedevsaddam/gojsonq.v1
18+
$ go get gopkg.in/thedevsaddam/gojsonq.v2
1919
```
2020

2121
### Usage
@@ -24,7 +24,7 @@ To use the package import it in your `*.go` code
2424
```go
2525
import "github.com/thedevsaddam/gojsonq"
2626
// or
27-
import "gopkg.in/thedevsaddam/gojsonq.v1"
27+
import "gopkg.in/thedevsaddam/gojsonq.v2"
2828
```
2929

3030
Let's see a quick example:

0 commit comments

Comments
 (0)