From a142615a6b9bc0e8d07aeed32a21d3dca7ed8147 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 29 Oct 2021 12:07:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99c30f2..5b8f4ca 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ import ( "fmt" "os" - "github.com/m3o/m3o-go/client" + "go.m3o.com/client" ) type Request struct { @@ -86,7 +86,7 @@ package main import ( "fmt" - "github.com/m3o/m3o-go/client" + "go.m3o.com/client" ) type Request struct {