diff --git a/README.md b/README.md
index 19f18abe..cf0bda91 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It allows developers to create plugins with custom UIs using a simple C++ API.
DPF can build for LADSPA, DSSI, LV2 and VST formats.
-LADSPA and DSSI implementations are complete, LV2 and VST at ~75% completion.
+LADSPA, DSSI and VST implementations are complete, LV2 at ~95% completion.
A JACK/Standalone mode is also available, allowing you to quickly test plugins.
Plugin DSP and UI communication is done via key-value string pairs.
@@ -24,4 +24,5 @@ List of plugins made with DPF:
- [ZamAudio Suite](https://github.com/zamaudio/zam-plugins)
+Plugin examples are available [here](https://github.com/DISTRHO/plugin-examples).
OpenGL UI examples are available [here](https://github.com/DISTRHO/gl-examples).