From d78eaed15bec70b8efec3d09641abdcc220f4731 Mon Sep 17 00:00:00 2001 From: Kevin Allen <26398311+Chevron7Locked@users.noreply.github.com> Date: Tue, 6 Jan 2026 20:16:25 -0600 Subject: [PATCH] Refine note on native app development plans Removed redundant text in the Native Apps section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44db151..84d52cb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Lidify is built for music lovers who want the convenience of streaming services ## A Note on Native Apps -I got a little and PWA are the priority. Once the core experience is solid and properly tested, a native mobile app (likely React Native) is on the roadmap. The PWA works great for most cases for now. +Once the core experience is solid and properly tested, a native mobile app (likely React Native) is on the roadmap. The PWA works great for most cases for now. Thanks for your patience while I work through this.