From dd490c5ee8fa41ba962f5fd6090f27edcd07506f Mon Sep 17 00:00:00 2001 From: Keval Shah Date: Fri, 25 Feb 2022 15:13:24 -0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbe06a6..04a4f21 100644 --- a/README.md +++ b/README.md @@ -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 @@ -15,7 +15,7 @@ package main import ( "fmt" - "https://github.com/victorops/go-victorops.git" + "github.com/victorops/go-victorops/victorops" ) func main() {