Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Feb 13, 2024
1 parent d0bd421 commit beaa63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# OpenGSQ .NET Library

[![Dotnet Package](https://github.com/opengsq/opengsq-dotnet/actions/workflows/dotnet-package.yml/badge.svg)](https://github.com/opengsq/opengsq-dotnet/actions/workflows/dotnet-package.yml)
[![GitHub license](https://img.shields.io/github/license/opengsq/opengsq-dotnet)](https://github.com/opengsq/opengsq-dotnet/blob/main/LICENSE)
[![NuGet Version](http://img.shields.io/nuget/v/OpenGSQ.svg?style=flat)](https://www.nuget.org/packages/OpenGSQ/)
[![NuGet Version](https://img.shields.io/nuget/v/OpenGSQ.svg?style=flat)](https://www.nuget.org/packages/OpenGSQ/)
![NuGet Downloads](https://img.shields.io/nuget/dt/OpenGSQ)

The OpenGSQ .NET library provides a convenient way to query servers from applications written in the C# language.
Expand All @@ -24,7 +25,7 @@ You can find a list of all supported frameworks at [Supported Frameworks](https:

You can find the package through the NuGet Package Manager or install it using the following command:

```
```sh
dotnet add package OpenGSQ
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ While non-specialists are enabled to use this library for query game servers fas

[![Dotnet Package](https://github.com/opengsq/opengsq-dotnet/actions/workflows/dotnet-package.yml/badge.svg)](https://github.com/opengsq/opengsq-dotnet/actions/workflows/dotnet-package.yml)
[![GitHub license](https://img.shields.io/github/license/opengsq/opengsq-dotnet)](https://github.com/opengsq/opengsq-dotnet/blob/main/LICENSE)
[![NuGet Version](http://img.shields.io/nuget/v/OpenGSQ.svg?style=flat)](https://www.nuget.org/packages/OpenGSQ/)
[![NuGet Version](https://img.shields.io/nuget/v/OpenGSQ.svg?style=flat)](https://www.nuget.org/packages/OpenGSQ/)
![NuGet Downloads](https://img.shields.io/nuget/dt/OpenGSQ)

The OpenGSQ .NET library provides a convenient way to query servers from applications written in the C# language.
Expand Down

0 comments on commit beaa63e

Please sign in to comment.