From 801abef51be2662f34d484ccc9e0a4e8a8d74d9a Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 16 Jun 2025 02:06:59 +1000 Subject: [PATCH] refactor(README): add new lines before lists to fit markdown standard --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd74021..06061ea 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ This is an early-stage project. Contributions, bug reports, and feature requests ## Technical Details Built with: + - **CLI Framework**: [urfave/cli/v3](https://github.com/urfave/cli) - **Video Processing**: [AlexEidt/Vidio](https://github.com/AlexEidt/Vidio) - **Image Processing**: Go standard library @@ -137,6 +138,7 @@ The testing phase for Claude's coding agent in this repo is finished and it shal SPDX-License-Identifier: MIT OR Apache-2.0 This project is dual-licensed under your choice of: + - MIT License - see [LICENSE.MIT](LICENSE.MIT) file for details - Apache License 2.0 - see [LICENSE.Apache-2.0](LICENSE.Apache-2.0) file for details