From a129c70aac2ef7401c765544a38bb467734c2ddc Mon Sep 17 00:00:00 2001 From: MeijisIrlnd Date: Mon, 12 Aug 2024 01:11:55 +0100 Subject: [PATCH] idk, another line break? --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a2b324..531ab37 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ mostly harmless is a minimal audio plugin framework for C++20. It's first and foremost a wrapper around the CLAP API, capable of building CLAP, VST3, Audio Unit and Standalone targets. > If you're compiling VST3 targets, the responsibility to ensure you're adhering to the Steinberg VST3 License agreement is firmly on you! + ## Documentation + Documentation is built automatically, and hosted [here](https://mostly-harmless.pages.dev). For convenience, it also includes the documentation for marvin. ## Features