From 201f944fdcf8b26ea2eb6925a1a7e2e4199739e4 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 26 Sep 2022 00:35:52 +0200 Subject: [PATCH] Updated incorrect markdown table formatting syntax Also bumped package version to 0.2.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cba48e2..d4bfbc3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

A easy to use Deluge CLI that can connect to Deluge RPC (even over ssh) written entirely in python.

| Tested version | PyPi package | Drone CI | -|:--------|:------|:------|:------------| +|:--------|:------|:------| | [![PyVersion](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/) | [![PyPI](https://img.shields.io/pypi/v/delugeClient_kevin)](https://pypi.org/project/delugeClient_kevin/) | [![Build Status](https://drone.schleppe.cloud/api/badges/KevinMidboe/delugeClient/status.svg)](https://drone.schleppe.cloud/KevinMidboe/delugeClient)