summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index 8278fab..223aa93 100644
--- a/README
+++ b/README
@@ -1,11 +1,13 @@
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.
+Suil is a library for loading and wrapping LV2 plugin UIs.
+For more information, see <http://drobilla.net/software/suil>.
+
+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>