From 71cf6c841e41e86ab39a8b770c0790b2f868f29e Mon Sep 17 00:00:00 2001 From: Timothy Pillow Date: Wed, 7 Oct 2020 13:22:48 +0200 Subject: [PATCH 1/2] Update rss-plugin.md --- docs/rss-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rss-plugin.md b/docs/rss-plugin.md index c92228735..4af6c9689 100755 --- a/docs/rss-plugin.md +++ b/docs/rss-plugin.md @@ -1,4 +1,4 @@ -The Transmission RSS plugin can optionally be run as a separate container. It allow to download torrents based on an RSS URL, see [Plugin page](https://github.com/nning/transmission-rss). +The Transmission RSS plugin can optionally be run as a separate container. It allows downloading torrents based on an RSS URL, see [Plugin page](https://github.com/nning/transmission-rss). ``` $ docker run -d \ From 4cbd89ec9cf94d4dffbe1375d661821561388415 Mon Sep 17 00:00:00 2001 From: TheDutchMC Date: Fri, 23 Oct 2020 19:23:41 +0200 Subject: [PATCH 2/2] Fixed spelling mistake in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51807308b..af1f75a2e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/haugene/transmission-openvpn.svg)](https://hub.docker.com/r/haugene/transmission-openvpn/) [![Join the chat at https://gitter.im/docker-transmission-openvpn/Lobby](https://badges.gitter.im/docker-transmission-openvpn/Lobby.svg)](https://gitter.im/docker-transmission-openvpn/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -## Depracation Warning - changes are coming! +## Deprecation Warning - changes are coming! **TL;DR:** Nothing has changed yet for the `latest` tag, but there is a 3.0 version coming. Until then the `dev` tag could be more unstable than before.