Skip to content

Commit 661aca6

Browse files
committed
fix README file
1 parent e344800 commit 661aca6

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This .NET library allows you to connect you with a WebUntis account and load all of the data you need from there.<br>
44

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

99
## Documentation:
@@ -22,10 +22,10 @@ using (WebUntisClient client = new WebUntisClient("App name"))
2222
// Here can you send your requests
2323
}
2424
```
25-
Overloads:<br>
26-
The `LoginAsync()` method has an overload where you can use instead of the `serverName` and the `loginName` an instance of `School` that returned from the school search.
25+
Overloads:
26+
- The `LoginAsync()` method has an overload where you can use instead of the `serverName` and the `loginName` an instance of `School` that returned from the school search.
2727

28-
Remarks:<br>
28+
Remarks:
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

@@ -37,7 +37,6 @@ The methods an what they do shoud be self-explained.<br>
3737
When you had an error that you don't understand or you don't understand how you can use the library you can create an issue so that I can help you by your problem.
3838
[![GitHub](https://img.shields.io/badge/GitHub-Issues-red)](https://github.com/Suiram1701/WebUntisAPI.Client/issues)
3939

40-
<hr>
41-
42-
This is an unofficial library that I created from the WebUntis API [documentation](https://untis-sr.ch/wp-content/uploads/2019/11/2018-09-20-WebUntis_JSON_RPC_API.pdf).
43-
40+
---
41+
This is an unofficial library that I created from the WebUntis API [documentation](https://untis-sr.ch/wp-content/uploads/2019/11/2018-09-20-WebUntis_JSON_RPC_API.pdf) by my-self.
42+
I stand in no association with the Units GmbH

0 commit comments

Comments
 (0)