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

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

diff --git a/README.md b/README.md
index 3fadffb..5ce0f22 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,10 @@
 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