From 9c7c169f52b931a06f8aec4fe4b357f898ad4330 Mon Sep 17 00:00:00 2001 From: Ramesh Babu Prudhvi Date: Sun, 8 Dec 2024 08:41:24 +0530 Subject: [PATCH] Update 01_intro.mdx --- docs/01_intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01_intro.mdx b/docs/01_intro.mdx index 34739e0..0113a98 100644 --- a/docs/01_intro.mdx +++ b/docs/01_intro.mdx @@ -53,7 +53,7 @@ appium-doctor --ios #### Java 17 -Since Selcukes uses Java 11, make sure you have a [JDK 17 or later](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. +Since Selcukes uses Java 17, make sure you have a [JDK 17 or later](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. #### IDE You will need a modern IDE such as [IntelliJ](https://www.jetbrains.com/idea/download) or Eclipse to work with Java.