Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevalds51 authored Feb 25, 2022
1 parent 31db63c commit dd490c5
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 @@ -2,7 +2,7 @@
A VictorOps client for golang.

## Installation
`go get https://github.com/victorops/go-victorops.git`
`go get "github.com/victorops/go-victorops/victorops"`

## Important Note

Expand All @@ -15,7 +15,7 @@ package main
import (
"fmt"

"https://github.com/victorops/go-victorops.git"
"github.com/victorops/go-victorops/victorops"
)

func main() {
Expand Down

0 comments on commit dd490c5

Please sign in to comment.