From 9c20ced543581dae30eac80424dba0e103f3ff34 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 25 Jul 2020 15:28:56 +0200 Subject: [PATCH] Clarify the readme section on editor_double_embed --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 378c5ca7..8b06ec51 100644 --- a/README.md +++ b/README.md @@ -230,10 +230,10 @@ The way yabridge embeds editor windows will work for most plugins. There is a second embedding mode available that adds yet another layer of embedding. This can be enabled by setting the `editor_double_embed` option to `true`. At the moment the only known plugins that need this are _PSPaudioware_ plugins with -expandable GUIs, as the plugins will otherwise draw in the wrong location after -expanding the GUI. This setting may be replaced in the future if we can come up -with a better solution. See below for an [example](#example) of how to set this -up. +expandable GUIs such as E27, as those plugins will otherwise draw in the wrong +location after the GUI has been expanded. This setting may be replaced in the +future if we can come up with a better solution. See below for an +[example](#example) of how to set this up. #### Example