From 1576a16d65d96ca0a742ffaea393686888d33692 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Mon, 2 Jul 2018 16:17:26 -0600 Subject: [PATCH] Update README.MD - import paths --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c60a529..9d73399 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Note: This is far from complete, I'm simply adding structs and methods as I have #Installation ``` -go get github.com/StevenPolley/go-cw +go get deadbeef.codes/steven/go-cw ``` #Usage @@ -13,7 +13,7 @@ go get github.com/StevenPolley/go-cw package main import ( - "github.com/StevenPolley/go-cw/3.0/connectwise" + "deadbeef.codes/steven/go-cw/3.0/connectwise" "fmt" )