Skip to content

Commit a03f65e

Browse files
committed
Fix README file links
1 parent 17b303c commit a03f65e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ This .NET library allows you to connect you with a WebUntis account and load all
44

55
## Download sources:
66
- [![GitHub](https://img.shields.io/badge/GitHub-Releases-black)](https://github.com/Suiram1701/WebUntisAPI.Client/releases)<br>
7-
- [![NuGet](https://img.shields.io/badge/NuGet-Package-blue)](https://www.nuget.org/packages/WebUntisAPI.Client)
7+
- [![NuGet](https://img.shields.io/badge/NuGet-Package-blue)](https://www.nuget.org/packages/Suiram1.WebUntisAPI.Client)
88

99
## Documentation:
1010
The documentation is integrated in the package so that all classes and methods explain what they do. Here're the basics to use the library:
1111

12-
### Add references to this library
13-
The simplest way is to add the [NuGet](https://www.nuget.org/packages/WebUntisAPI.Client) package to your project,
12+
### 1. Add references to this library
13+
The simplest way is to add the [NuGet](https://www.nuget.org/packages/Suiram1.WebUntisAPI.Client) package to your project,
1414
but when you don't want to use NuGet you can also download the [binarys](https://github.com/Suiram1701/WebUntisAPI.Client/releases) of the package and add the reference the contained .dll
1515

16-
### 1. Creating a client and login:
16+
### 2. Creating a client and login:
1717

1818
```C#
1919
using (WebUntisClient client = new WebUntisClient("App name"))
@@ -29,7 +29,7 @@ Remarks:<br>
2929
- When you use the client in a using statement you would automatically logged out when it disposed
3030
- Under no circumstances should 10 req. per sec., more than 1800req. per hr (but in no case more than 3600 req. per hr). If the specifications are exceeded, access to WebUntis could permanently blocked by the WebUntis API.
3131

32-
### 2. Send requests
32+
### 3. Send requests
3333
After your login you can send requests to get informations about your timetable and all about.<br>
3434
The methods an what they do shoud be self-explained.<br>
3535

0 commit comments

Comments
 (0)