From 0089c68b261afbf7912b00980a46e9e83278fa1c Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Wed, 15 Sep 2021 13:28:22 +0200 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e1b1f7..523ddc1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are unsure how to start, try our [Tutorial](pages/Tutorial). 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.