From f7247b87f0088c1c62b83e55750dbf7c8aac1c4d Mon Sep 17 00:00:00 2001
From: wukko <me@wukko.me>
Date: Sat, 16 Sep 2023 16:31:02 +0600
Subject: [PATCH] fix wording

---
 README.md                                  | 2 +-
 src/modules/processing/servicesConfig.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ec91b41e..6638c72e 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Paste the link, get the video, move on. It's that simple. Just how it should be.
 | Streamable              | ✅           | ✅         | ✅         |                                                                                                                           |
 | TikTok                  | ✅           | ✅         | ✅         | Supports downloads of: videos with or without watermark, images from slideshow without watermark, full (original) audios. |
 | Tumblr                  | ✅           | ✅         | ✅         | Support for audio file downloads.                                                                                         |
-| Twitch Clips/VODs       | ✅           | ✅         | ✅         |                                                                                                                           |
+| Twitch Clips & Videos   | ✅           | ✅         | ✅         |                                                                                                                           |
 | Twitter/X *             | ✅           | ✅         | ✅         | Ability to pick what to save from multi-media tweets.                                                                     |
 | Vimeo                   | ✅           | ✅         | ✅         | Audio downloads are only available for dash files.                                                                        |
 | Vine Archive            | ✅           | ✅         | ✅         |                                                                                                                           |
diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json
index e65b4f3e..288c1d17 100644
--- a/src/modules/processing/servicesConfig.json
+++ b/src/modules/processing/servicesConfig.json
@@ -74,7 +74,7 @@
             "enabled": true
         },
         "twitch": {
-            "alias": "twitch clips, videos & vods",
+            "alias": "twitch clips & videos",
             "tld": "tv",
             "patterns": ["videos/:video", ":channel/clip/:clip"],
             "enabled": true