diff --git a/README.md b/README.md
index 3fadffb9f6fa73b2ad378fe400d1597a743e86c2..f065202a9268f4ec1fb0f5afc442fb60a7ba68d0 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,11 @@
 This library converts D-SI unit strings to Latex.
 And is able to perform math operations *, / and power with the D-SI units as well as checken weather teh can be converted into each other with scalar multiplication
 
+
+## Javascript version
+
+The folder [dsiUnits-js](/dsiUnits-js) contains an Javascript version of this libary that can be used for a D-SI-Unit-Input Element with autosugestion. And a dsiUnit CLass that supports parsing and rendering (HTML converion) of the dsi Units. 
+
 ## Installation
 
 ```bash