From d2eeb40e286906b5c77c626635e0e64622cad569 Mon Sep 17 00:00:00 2001
From: Benedikt <benedikt.seeger@ptb.de>
Date: Wed, 26 Feb 2025 12:23:55 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 3fadffb..f065202 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
-- 
GitLab