diff --git a/README.md b/README.md
index b34710e..85812f7 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ With **colors.js** (~8.7k or way smaller if other color spaces and complex calcu
##Demo
See **demo** at [dematte.at/cpn](http://dematte.at/cpn)
+I will soon add some implementation examples (for jQuery, ...)
+
All the WCAG 2.0 calculations for readability are also based on opacity levels of all layers
@@ -281,4 +283,4 @@ rgbaMixWhite: // color mix result: current color above solid white
a: // resulting alpha or opacity value (0 - 1)
luminance: // luminance of resulting mix (0 - 1)
WCAG2Ratio: // readability vale (1 - 21, 1:1 to 21:1)
-```
\ No newline at end of file
+```