Skip to content

Commit

Permalink
changed jdk requirement to 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed Jul 31, 2021
1 parent 5db18a3 commit 06ec943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FastJ Java Template Program

## Requirements
- [Java 16 JDK][jdk-link]
- [Java 11 JDK or Higher][jdk-link]
- Basic understanding of Java


Expand Down Expand Up @@ -64,7 +64,7 @@ Check out the following links to learn how to use FastJ:
Please view the [build.gradle](build.gradle) file -- it contains general instructions for modifying the base example.


[jdk-link]: https://adoptopenjdk.net/?variant=openjdk16 "Java 16 JDK Download"
[jdk-link]: https://adoptopenjdk.net/?variant=openjdk16 "Java JDK Download"
[Terminals Are Different]: https://gist.github.com/lucasstarsz/9bbc306f8655b916367d557043e498ad "Terminals Access Files Differently"
[example-programs-readme-link]: http://fastj.me/tree/main/src/example "FastJ Examples"
[documentation-link]: https://javadoc.io/doc/io.github.lucasstarsz.fastj/fastj-library "FastJ API Documentation"

0 comments on commit 06ec943

Please sign in to comment.