Skip to content

Commit 08ab3d9

Browse files
Small fixes
1 parent 7e2c1a6 commit 08ab3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To get started quickly, it is recommended to use Gitpod as default with the deve
5454
- sudo docker pull elasticsearch:7.9.3
5555
- sudo docker run -d -name elasticsearch -p 9200:9200 -p 9300:9300 -e “discovery.type=single-node” elasticsearch:7.9.3
5656

57-
### Setup locally on MacOS
57+
### Setup locally on macOS
5858

5959
- Set up postgreSQL using Homebrew
6060

@@ -74,7 +74,7 @@ To get started quickly, it is recommended to use Gitpod as default with the deve
7474

7575
- Make sure the correct Java version is being used
7676

77-
-Download Java 11 if you don't have it already
77+
- Download Java 11 if you don't have it already
7878

7979
- Run the command `/usr/libexec/java_home –V` to see your matching Java virtual machines
8080

0 commit comments

Comments
 (0)