From 680d2a1a338b625fcfba8a451a600ffb6545f8ed Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 21 Jun 2026 16:55:39 +0200 Subject: [PATCH] docs: remove README section dividers --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 54d2ff4..1154a10 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ License

---- - MyAnimeList is a self-hosted media app for browsing anime, managing a watchlist, resuming episodes, and playing streams through a browser-based player. It collects the parts of an anime workflow that usually live across several products and keeps them in one small Go application backed by SQLite. @@ -181,6 +179,4 @@ Configuration is loaded from environment variables, and a local `.env` file is r | `static` | TypeScript source for client-side behavior. | | `scripts` | Bun-powered development and maintenance scripts. | ---- - Released under the [MIT License](LICENSE).