docs: update README

This commit is contained in:
Julian Tölle 2024-05-05 01:06:38 +02:00
parent ede33388d2
commit d7cdf210d2

View file

@ -61,15 +61,15 @@ hcloud-upload-image cleanup --help
### Go Library ### Go Library
The functionality to upload images is also exposed as a library! Check out the [reference documentation](https://pkg.go.dev/github.com/apricote/hcloud-upload-image/hcloudimages). The functionality to upload images is also exposed in the library `hcloudimages`! Check out the [reference documentation](https://pkg.go.dev/github.com/apricote/hcloud-upload-image/hcloudimages) for more details.
To install: #### Install
```shell ```shell
go get github.com/apricote/hcloud-upload-image go get github.com/apricote/hcloud-upload-image/hcloudimages
``` ```
Example Usage: #### Usages
```go ```go
package main package main