From beaa63e69d51e733bb5c352e3f3b6b1c4d447069 Mon Sep 17 00:00:00 2001 From: Battlefield Duck Date: Tue, 13 Feb 2024 23:22:04 +0800 Subject: [PATCH] Update docs --- README.md | 5 +++-- docs/index.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8c23f8..48c16a1 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ``` diff --git a/docs/index.md b/docs/index.md index 30a7202..f5f773d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.