From baefa80edfc8fb0c17aa7093e4486aa43eaff9e3 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Fri, 8 Jan 2021 11:21:16 +0800 Subject: [PATCH] README: promote qBittorrent and Transmission out of "Experimental" --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83d2840e..3c7b331e 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Flood is a monitoring service for various torrent clients. It's a Node.js servic #### Supported Clients -| Client | Support | -| --------------------------------------------------------------- | ------------------------------------ | -| [rTorrent](https://github.com/rakshasa/rtorrent) | Stable and Tested :white_check_mark: | -| [qBittorrent](https://github.com/qbittorrent/qBittorrent) v4.1+ | Experimental :alembic: | -| [Transmission](https://github.com/transmission/transmission) | Experimental :alembic: | +| Client | Support | +| --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| [rTorrent](https://github.com/rakshasa/rtorrent) | :white_check_mark: ([tests](https://github.com/jesec/flood/blob/master/server/.jest/rtorrent.setup.js)) | +| [qBittorrent](https://github.com/qbittorrent/qBittorrent) v4.1+ | :white_check_mark: ([tests](https://github.com/jesec/flood/blob/master/server/.jest/qbittorrent.setup.js)) | +| [Transmission](https://github.com/transmission/transmission) | :white_check_mark: ([tests](https://github.com/jesec/flood/blob/master/server/.jest/transmission.setup.js)) | #### Feedback