From 44812c29d0dafbc1f1875f69d58d50d9d4826283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Wn=C4=99k?= <86932087+fnwk@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:05:59 +0100 Subject: [PATCH] docs: update README with feature descriptions and image size --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edd3cc63..6d0fc3a1 100644 --- a/README.md +++ b/README.md @@ -105,18 +105,18 @@ export default () => ( ## :inbox_tray: We're building a Pro Player! - Offline SDK Preview + Offline SDK Preview We see the need for a more feature-rich video player. There is a gap between open source and commercial players, and we want to fill that gap with plugins. -**Are you using a commercial player just for 1-2 features?** Maybe you are paying for a license just to get **DRM**, **Ads**, or **Analytics**? Let us know. We want to identify these missing pieces and build them, so you can switch back to open source. +**Are you using a commercial player just for 1-2 features?** Maybe you are paying for a license just to get **Caching**, **Ads**, or **Analytics**? Let us know. We want to identify these missing pieces and build them, so you can switch back to open source. **This is what we have already. Check out!** -* [Offline Manager](https://sdk.thewidlarzgroup.com/offline-video): Logic for downloading and watching videos offline. +* [Offline Video](https://sdk.thewidlarzgroup.com/offline-video): Logic for downloading streams (HLS/DASH) and standard video files to enable offline playback. * [Background Uploader](https://sdk.thewidlarzgroup.com/background-uploader): Handles uploads even if the app is minimized (not strictly a player plugin, but super useful). -* [Chapters](https://sdk.thewidlarzgroup.com/chapters): Visual markers on the timeline to navigate content. +* [Chapter Markers](https://sdk.thewidlarzgroup.com/chapters): Visual markers on the timeline to navigate content.