Skip to content

Commit 06ec943

Browse files
committed
changed jdk requirement to 11+
1 parent 5db18a3 commit 06ec943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FastJ Java Template Program
22

33
## Requirements
4-
- [Java 16 JDK][jdk-link]
4+
- [Java 11 JDK or Higher][jdk-link]
55
- Basic understanding of Java
66

77

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

6666

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

0 commit comments

Comments
 (0)