summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README13
1 files changed, 5 insertions, 8 deletions
diff --git a/README b/README
index 63f7692..8278fab 100644
--- a/README
+++ b/README
@@ -1,14 +1,11 @@
Suil
----
-Suil is a library for LV2 hosts intended to make using LV2 plugin UIs as
-as simple as possible, including support for hosting a UI in any supported
-toolkit in a host written in another supported toolkit.
-
-Suil insulates hosts from toolkit libraries used by plugin UIs, for example a
-Gtk host can embed a Qt UI without linking against Qt at compile time.
-
-For more information, see <http://drobilla.net/software/suil>.
+Suil is a library for loading and wrapping LV2 plugin UIs. With Suil, a host
+written in one supported toolkit can embed a plugin UI written in a different
+supported toolkit. Suil insulates hosts from toolkit libraries used by plugin
+UIs. For example, a Gtk host can embed a Qt UI without linking against Qt at
+compile time.
-- David Robillard <d@drobilla.net>