# HG changeset patch # User Laurens Holst # Date 1510177912 -3600 # Wed Nov 08 22:51:52 2017 +0100 # Node ID bc64d978174fe9295d354d0923fb4377c7a92b61 # Parent bf0080c4e9bb38c0e9436d0c6851157179a9fad5 README: Correct Java version for Glass. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ invoke the `make run` command. Note that the [glass](https://bitbucket.org/grauw/glass) assembler which is -embedded in the project requires [Java 7](http://java.com/getjava). To check +embedded in the project requires [Java 8](http://java.com/getjava). To check your Java version, invoke the `java -version` command. Additionally, [Node.js](https://nodejs.org/) is required. Download it from their