From 4d147f22b2d5fd3b41d7bc86811a92377fcd9e04 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Tue, 30 Jan 2024 14:40:11 +0000 Subject: [PATCH] s/of/for --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c0a00..25bd53f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Both are written in C++ and are compiled to WebAssembly & JavaScript using [Chee ## What's unique about CheerpJ? -1. Extensive support of Java 8, including Swing, reflection and dynamic class loading with no manual intervention on the code. +1. Extensive support for Java 8, including Swing, reflection and dynamic class loading with no manual intervention on the code. 2. CheerpJ works directly on Java bytecode, and does not require access to the Java source code. 3. CheerpJ comes with a full Java SE runtime, inclusive of Swing/AWT. It supports audio, printing, and any other Java SE features. The runtime supports WebAssembly for optimal performance and size. 4. The JavaScript code generated by the CheerpJ JIT is highly optimised and garbage-collectible.