diff --git a/README.md b/README.md index 5ace9e5..f7a0b57 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

A wrapper around FFmpeg which simplifies merging of multiple videos.

```mermaid +%%{init: {'themeVariables': { 'mainBkg': 'white', 'nodeBorder': 'black' }}}%% graph LR; Video_A-->Vidmerger; Video_B-->Vidmerger;