Skip to content

Commit 0080110

Browse files
authored
fix order of sections in readme (#4)
1 parent 21d8989 commit 0080110

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ This backend is available free of charge but without warranty by Hochfrequenz (b
88
Or you can host it yourself like any other microservice.
99
Hochfrequenz can provide you with a standalone Docker image; Contact [@JoschaMetze](https://github.com/joschametze) (`[email protected]`).
1010

11+
## Installation
12+
13+
Install it from nuget [AhbichtClient](https://www.nuget.org/packages/AhbichtClient):
14+
15+
```bash
16+
dotnet add package AhbichtClient
17+
```
18+
1119
## How to use this library (Quickstart with public backend)
1220

1321
https://github.com/Hochfrequenz/AhbichtClient.net/blob/b234147488d95ac773d4f3942b5b1125dd4004ba/AhbichtClient/AhbichtClientQuickStartApp/Program.cs#L1-L54
@@ -33,14 +41,6 @@ If you have access to our docker image, check out the [docker-compose.yml](Ahbic
3341
If you're just playing around, you can use our public instance at `https://ahbicht.azurewebsites.net`.
3442
We can't guarantee uptime or performance, but it should be good enough for testing.
3543

36-
### Using the client
37-
38-
Install it from nuget [AhbichtClient](https://www.nuget.org/packages/AhbichtClient):
39-
40-
```bash
41-
dotnet add package AhbichtClient
42-
```
43-
4444
### Authentication
4545

4646
You need to provide something that implements `IAhbichtAuthenticator` to the `AhbichtClient`.

0 commit comments

Comments
 (0)