Skip to content

Commit c4fde28

Browse files
authored
Add STACKIT logo to README (#550)
* Add STACKIT logo to README * Fix sections
1 parent 5936a27 commit c4fde28

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/images/stackit-logo.png

10.2 KB
Loading

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
[![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-sdk-go)](https://www.apache.org/licenses/LICENSE-2.0)
1+
<div align="center">
2+
<br>
3+
<img src=".github/images/stackit-logo.png" alt="STACKIT logo" width="50%"/>
4+
<br>
5+
<br>
6+
</div>
7+
8+
# STACKIT SDK for Go
29

3-
# Overview
10+
[![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-sdk-go)](https://www.apache.org/licenses/LICENSE-2.0)
411

512
This repository contains the published SDKs and [SDK releases](https://github.com/stackitcloud/stackit-sdk-go/releases/).
613
The modules are structured into a [core module](https://github.com/stackitcloud/stackit-sdk-go/tree/main/core) with service clients, authentication and shared functionality as well as the different STACKIT [services](https://github.com/stackitcloud/stackit-sdk-go/tree/main/services).
714
The usage of the SDK is shown in some [examples](https://github.com/stackitcloud/stackit-sdk-go/tree/main/examples).
815

9-
# Getting started
16+
## Getting started
1017

1118
Requires `Go 1.18` or higher.
1219

@@ -22,7 +29,7 @@ To download the `services/dns` module:
2229
go mod download github.com/stackitcloud/stackit-sdk-go/services/dns
2330
```
2431

25-
# Examples
32+
## Examples
2633

2734
This is an example on how to do create a client and interact with the STACKIT DNS service for reading and creating DNS zones. As prerequisite, you need a STACKIT project with its project ID.
2835
The setup of the authentication is describe below in section [Authentication](#authentication) in more detail.

0 commit comments

Comments
 (0)