From ad7a31a02289d97cfa8f37f27c2310b97e5c3212 Mon Sep 17 00:00:00 2001 From: Stefano De Rossi Date: Mon, 3 Feb 2020 15:17:29 +0000 Subject: [PATCH] Fix link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afc0fba..a3dc835 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Main project link: What is CheerpJ? ------ -

+

CheerpJ is constituted of three components: 1. The CheerpJ AOT compiler, an LLVM-based Java-bytecode to JavaScript compiler. This can be used to convert Java archives (e.g. .jar) or single .class files to JavaScript. The CheerpJ AOT compiler is available for Linux, macOS and Windows.