From a408bb4a7a4c9e99c09e37e3a33ee8964a8416cb Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Wed, 6 Jan 2021 23:13:36 +0100 Subject: [PATCH] Updated README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 625a5cf..cc65f76 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Documentation Status](https://readthedocs.org/projects/rcon/badge/?version=latest)](https://rcon.readthedocs.io/en/latest/) +[![Testing Status](https://travis-ci.com/conqp/rcon.svg?branch=master&status=errored)](https://travis-ci.com/github/conqp/rcon) + # rcon An [RCON protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client implementation. @@ -5,7 +8,6 @@ An [RCON protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol `rcon` requires Python 3.8 or higher. ## Documentation -[![Documentation Status](https://readthedocs.org/projects/rcon/badge/?version=latest)](https://rcon.readthedocs.io/en/latest/) Documentation is available on [readthedocs](https://rcon.readthedocs.io/en/latest/). ## Installations