Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit d85b6ba

Browse files
committed
Updated README.md
1 parent cfdb37a commit d85b6ba

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

README.md

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
1-
# ![Logo](https://user-images.githubusercontent.com/20743379/35411973-0227102e-021b-11e8-9a1b-023e08c33c4e.png) Source RCON Library [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]()
1+
<p align="center">
2+
<img alt="source-rcon-logo" src="https://user-images.githubusercontent.com/20743379/35411973-0227102e-021b-11e8-9a1b-023e08c33c4e.png">
3+
</p>
24

3-
Source RCON Library is an easy to use, single-class solution to create a [Valve source RCON](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) server
4-
which supports authentication, IP Whitelisting, a command manager and much more!
5+
<p align="center">
6+
<img src="https://img.shields.io/maintenance/yes/2018.svg?style=flat-square">
7+
</p>
8+
9+
<h3 align="center">
10+
Source RCON Library
11+
</h3>
12+
13+
<p align="center">
14+
Source RCON Library is an easy to use, single-class solution to create a <a href="https://developer.valvesoftware.com/wiki/Source_RCON_Protocol">Valve source RCON</a> server
15+
which supports authentication, IP Whitelisting, a command manager and much more!
16+
</p>
17+
18+
<p align="center">
19+
<a href="https://www.nuget.org/packages/source-rcon-server"><img src="https://img.shields.io/nuget/v/source-rcon-server.svg?style=flat-square"></a>
20+
<a href="https://www.nuget.org/packages/source-rcon-server"><img src="https://img.shields.io/nuget/dt/source-rcon-server.svg?style=flat-square"></a>
21+
</p>
22+
23+
<p align="center">
24+
<a href="https://ci.appveyor.com/project/Subtixx/source-rcon-library"><img src="https://img.shields.io/appveyor/ci/subtixx/source-rcon-library.svg?logo=appveyor&style=flat-square"></a>
25+
<a href="https://ci.appveyor.com/project/Subtixx/source-rcon-library"><img src="https://img.shields.io/appveyor/tests/Subtixx/source-rcon-library.svg?logo=appveyor&style=flat-square"></a>
26+
<a href="https://codecov.io/gh/Subtixx/source-rcon-library"><img src="https://img.shields.io/codecov/c/github/subtixx/source-rcon-library.svg?style=flat-square"></a>
27+
</p>
28+
29+
# Table of contents
530

631
* [NuGet](#nuget)
732
* [Examples](#examples)
@@ -27,14 +52,6 @@ which supports authentication, IP Whitelisting, a command manager and much more!
2752
* [References](#references)
2853
* [Contributing](#contributing)
2954

30-
# Build and Tests Status
31-
32-
[![AppVeyor](https://img.shields.io/appveyor/ci/subtixx/source-rcon-library.svg?logo=appveyor)](https://ci.appveyor.com/project/Subtixx/source-rcon-library)
33-
[![AppVeyor tests](https://img.shields.io/appveyor/tests/Subtixx/source-rcon-library.svg?logo=appveyor)](https://ci.appveyor.com/project/Subtixx/source-rcon-library)
34-
35-
# Coverage
36-
37-
[![Codecov](https://img.shields.io/codecov/c/github/subtixx/source-rcon-library.svg)](https://codecov.io/gh/Subtixx/source-rcon-library)
3855

3956
# NuGet
4057
```

0 commit comments

Comments
 (0)