summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-16 17:20:04 -0400
committerDavid Robillard <d@drobilla.net>2016-08-17 17:21:23 -0400
commit17d76be0daa76ad60009fdcfbcae089ccfff6e90 (patch)
tree186d2b445d896017d73992f14b3a735a76471a3c /README
parenta700a88b1ad68a9d223e65f4ee14b433c82b22de (diff)
downloadlilv-17d76be0daa76ad60009fdcfbcae089ccfff6e90.tar.gz
lilv-17d76be0daa76ad60009fdcfbcae089ccfff6e90.tar.bz2
lilv-17d76be0daa76ad60009fdcfbcae089ccfff6e90.zip
Add target for generating release announcements
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
diff --git a/README b/README
index 00e1530..18bda96 100644
--- a/README
+++ b/README
@@ -1,11 +1,8 @@
Lilv
----
-Lilv is a library for LV2 hosts intended to make using LV2 Plugins as simple
-as possible (without sacrificing capabilities).
-
-More information about LV2 plugins can be found at <http://lv2plug.in>.
-
-More information about Lilv can be found at <http://drobilla.net/software/lilv>.
+Lilv is a C library to make the use of LV2 plugins as simple as possible for
+applications.
+For more information, see <http://drobilla.net/software/lilv>.
-- David Robillard <d@drobilla.net>