diff --git a/README.md b/README.md
index 8479671..073694c 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,13 @@
-
-
- Mice | Navidrome Client
+
+
-
-#
+Mice | Navidrome Client
> Project based on [shadcn/ui](https://github.com/shadcn-ui/ui)'s music template.
-
+
-This is a "Modern" Navidrome (or Subsonic) client built with [Next.js](https://nextjs.org/) and [shadcn/ui](https://ui.shadcn.com/). It creates a beautiful, responsive music streaming web application that connects to your Navidrome server, and fully able to self-host.
+This is a "Modern" Navidrome (or Subsonic) client built with [Next.js](https://nextjs.org/) and [shadcn/ui](https://ui.shadcn.com/). It creates a beautiful, responsive music streaming web application that connects to your Navidrome server, and fully able to self-host using docker!
## Features
@@ -20,7 +18,8 @@ This is a "Modern" Navidrome (or Subsonic) client built with [Next.js](https://n
- **Search** - Find music across your entire library
- **Audio Player** with queue management
- **Scrobbling** - Track your listening history
-
+- **Playlist Management** - Create and manage playlists
+- **Caching** - Cache/Offline save your server
### Preview

@@ -117,7 +116,7 @@ docker run -p 3000:3000 \
sillyangel/mice:latest
```
-📖 **For detailed Docker configuration, environment variables, troubleshooting, and advanced setups, see [DOCKER.md](./DOCKER.md)**
+ **For detailed Docker configuration, environment variables, troubleshooting, and advanced setups, see [DOCKER.md](./DOCKER.md)**
## Tech Stack