docs: remove README section dividers

This commit is contained in:
2026-06-21 16:55:39 +02:00
committed by Milas Holsting
parent de2488216c
commit 680d2a1a33

View File

@@ -17,8 +17,6 @@
<img alt="License" src="https://img.shields.io/badge/license-MIT-green?style=flat-square" /> <img alt="License" src="https://img.shields.io/badge/license-MIT-green?style=flat-square" />
</p> </p>
---
MyAnimeList is a self-hosted media app for browsing anime, managing a watchlist, resuming episodes, 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 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. 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. | | `static` | TypeScript source for client-side behavior. |
| `scripts` | Bun-powered development and maintenance scripts. | | `scripts` | Bun-powered development and maintenance scripts. |
---
Released under the [MIT License](LICENSE). Released under the [MIT License](LICENSE).