From 2d12094f85f9ff63c65f9d56f6517a46e5005fdb Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 3 Aug 2020 00:47:41 +0100 Subject: [PATCH] fixed typos in readme Signed-off-by: Michael --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 384381f..3c62a3b 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ simple golang package for making API requests ## Documentation -Documentation for the project can be found on [pkg.go.dev](https://pkg.go.dev/github.com/michaellindman/request?tab=doc) +Documentation for the project can be found on [pkg.go.dev](https://pkg.go.dev/git.0cd.xyz/michael/request/?tab=doc) ## Installation With a correctly configured golang toolchain: ```sh -go get -u github.com/michaellindman/request +go get -u git.0cd.xyz/michael/request ``` ## Examples