fixed typos in readme

Signed-off-by: Michael <michael.lindman@gmail.com>
This commit is contained in:
Michael 2020-08-03 00:47:41 +01:00
parent 25560c10f7
commit 2d12094f85

View File

@ -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