From 7e40dd400c447bb6c6d2dbbada2190644156048b Mon Sep 17 00:00:00 2001
From: wolfgang kuehn <wolfgang-kuehn@decatur.de>
Date: Wed, 30 Sep 2020 22:39:37 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 7bb8590..99cb57d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+⚠️ Deprecated. Consider to adopt the TypeScript eco system. 
+
+A lightweight component to expose computational MATLAB resources over HTTP.
+
 #j2js-compiler
 
 A Java Bytecode to JavaScript Cross-Compiler.
@@ -87,4 +91,4 @@ The current Scala version uses JRE classes such as `ClassLoader` or `SecurityCon
 
 A workaround would be to hand-craft a subset of Scala classes, avoiding dependencies to JRE classes such as `ClassLoader`. But this is a lot of work.
 
-So, sadly, we cannot support Scala under this circumstance.
\ No newline at end of file
+So, sadly, we cannot support Scala under this circumstance.