From d7cdf210d2aad9e27e076c8b14989151da15d114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 5 May 2024 01:06:38 +0200 Subject: [PATCH] docs: update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c166b4b..26b998d 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,15 @@ hcloud-upload-image cleanup --help ### 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 -go get github.com/apricote/hcloud-upload-image +go get github.com/apricote/hcloud-upload-image/hcloudimages ``` -Example Usage: +#### Usages ```go package main