Skip to content

Commit f040a0b

Browse files
committed
Update docs
Signed-off-by: Paulo Lopes <[email protected]>
1 parent 79ba1a2 commit f040a0b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ npm start # OR yarn start
3535
```
3636

3737
::: tip COMPATIBILITY NOTE
38-
ES4X requires [GraalVM](https://www.graalvm.org) or Java >= 8. If you're not sure which version is installed on your
38+
ES4X requires [GraalVM](https://www.graalvm.org) or Java >= 11. If you're not sure which version is installed on your
3939
system, consider using [jabba](https://github.com/shyiko/jabba).
4040
:::

docs/get-started/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Install
22

33
Assuming you’ve already installed [Node.js](https://nodejs.org/), you will need a working JVM. The requirements are
4-
either ([Java](https://adoptopenjdk.net/) or [GraalVM](http://www.graalvm.org/)).
4+
either ([Java](https://adoptium.net/) or [GraalVM](http://www.graalvm.org/)).
55

66
```bash
77
$ java -version
8-
openjdk version "1.8.0_265"
9-
OpenJDK Runtime Environment (build 1.8.0_265-8u265-b01-0ubuntu2~20.04-b01)
10-
OpenJDK 64-Bit Server VM (build 25.265-b01, mixed mode)
8+
openjdk version "11.0.15" 2022-04-19
9+
OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1)
10+
OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1, mixed mode)
1111
```
1212

1313
If you see a similar output, this means your system currently has `java` **8**, which is not the best option as it will

0 commit comments

Comments
 (0)