Skip to content

Commit 359b4b9

Browse files
authored
Update README.md
1 parent 6124095 commit 359b4b9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# Skybrud.Essentials [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/v/Skybrud.Essentials.svg)](https://www.nuget.org/packages/Skybrud.Essentials) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Essentials.svg)](https://www.nuget.org/packages/Skybrud.Essentials)
1+
# Skybrud.Essentials
22

3-
Skybrud.Essentials is a library with common purpose functionality for working with .NET.
3+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
4+
[![NuGet](https://img.shields.io/nuget/v/Skybrud.Essentials.svg)](https://www.nuget.org/packages/Skybrud.Essentials)
5+
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Essentials.svg)](https://www.nuget.org/packages/Skybrud.Essentials)
6+
[![Skybrud.Essentials at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/skybrud.essentials/)
7+
8+
**Skybrud.Essentials** is a library with common purpose functionality for working with .NET.
49

510
The package has a strong focus on parsing various types of input. Among other things, the package can help you work with date and time beyond the standard `DateTime` and `DateTimeOffset` classes in .NET. It has better support for various date formats - such as unix time, ISO 8601, RFC 822 and RFC 2822.
611

@@ -13,13 +18,13 @@ It also contains utilities for converting to and from string values, changing te
1318

1419
### Installation
1520

16-
Install the package via [NuGet](https://www.nuget.org/packages/Skybrud.Essentials). To install the package, you can use either .NET CLI:
21+
Install the package via [**NuGet**](https://www.nuget.org/packages/Skybrud.Essentials). To install the package, you can use either .NET CLI:
1722

1823
```
1924
dotnet add package Skybrud.Essentials
2025
```
2126

22-
or the older NuGet Package Manager:
27+
or the NuGet Package Manager:
2328

2429
```
2530
Install-Package Skybrud.Essentials

0 commit comments

Comments
 (0)