fixed typos in readme
Signed-off-by: Michael <michael.lindman@gmail.com>
This commit is contained in:
parent
25560c10f7
commit
2d12094f85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user