Skip to content

Commit

Permalink
Small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
987Nabil committed Sep 6, 2024
1 parent 4413276 commit 2f78a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2f78a8a

Please sign in to comment.