From 2f78a8a525f6b1b51654e61180d471e0df92a7fe Mon Sep 17 00:00:00 2001 From: Nabil Abdel-Hafeez <7283535+987Nabil@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:35:09 +0200 Subject: [PATCH] Small doc fixes --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 2dd6ffb6b4..a121aba6aa 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,7 +7,7 @@ In this guide, we will learn how to get started with a new ZIO HTTP project. Before we dive in, we should make sure that we have the following on our computer: -* JDK 1.8 or higher +* JDK 17 or higher * sbt (scalaVersion >= 2.12) ## Manual Installation @@ -51,7 +51,7 @@ Pressing enter will stop watching for changes, but not stop the application. We reStop ``` -In case we already have an _sbt_ server running, i.e. to provide our IDE with BSP information, we should use _sbtn_ instead of _sbt_ to run `~reStart`, this lets both _sbt_ sessions share one server. +In case we already have a _sbt_ server running, i.e. to provide our IDE with BSP information, we should use _sbtn_ instead of _sbt_ to run `~reStart`, this lets both _sbt_ sessions share one server. ### Formatting Source Code