Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 2b22495

Browse files
committed
Fix README
1 parent 356ea88 commit 2b22495

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
Collection of tools mostly used in my private/work projects thus avoiding the duplication of repetitive code (only compatible with .NET 6).
1010

11-
If you like this repository, please drop a :star: on Github!
12-
1311

14-
## Installation
12+
### Installation
1513

1614
The library is available on [NuGet](https://www.nuget.org/packages/NET6CustomLibrary) or run the following command in the .NET CLI:
1715

@@ -20,30 +18,26 @@ dotnet add package NET6CustomLibrary
2018
```
2119

2220

23-
<!--
24-
## RabbitMQ
25-
26-
## MailKit
27-
28-
## Entity Framework Core
29-
30-
## Upload files
31-
-->
32-
## Date and Time Only
21+
### Date and Time Only
3322

3423
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-DateTimeOnly.md).
3524

3625

37-
## Serilog (save to text file)
26+
### Serilog (save to text file)
3827

3928
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-Serilog.md).
4029

4130

42-
## Multi language support
31+
### Multi language support
4332

4433
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-MultiLanguage.md)
4534

4635

47-
## Contributing
36+
### Contributing
4837

4938
Contributions and/or suggestions are always welcome.
39+
40+
41+
### Support me
42+
43+
If you like this repository, please drop a :star: on Github!

0 commit comments

Comments
 (0)