Skip to content

Commit

Permalink
Merge pull request #17 from rawlingsj/master
Browse files Browse the repository at this point in the history
docs: update example to include to semver v3 import version
  • Loading branch information
jenkins-x-bot authored Oct 8, 2020
2 parents d9300d2 + 9e2baad commit 8ce90dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Here's an example which also uses [Jenkins X logging](https://github.com/jenkins

```go
import (
"github.com/jenkins-x/jx-kube-client/pkg/kubeclient"
"github.com/jenkins-x/jx-logging/pkg/log"
"github.com/jenkins-x/jx-kube-client/v3/pkg/kubeclient"
"github.com/jenkins-x/jx-logging/v3/pkg/log"
"k8s.io/client-go/kubernetes"
)

Expand Down

0 comments on commit 8ce90dd

Please sign in to comment.