From 9161e6031855fc196fc98e00516c8188fe9af93e Mon Sep 17 00:00:00 2001 From: Jonathon Henderson <8791010+jrhenderson1988@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:44:17 +0100 Subject: [PATCH] Fix wording in setup and building page (#665) --- contribute/setup-building.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contribute/setup-building.md b/contribute/setup-building.md index be78ce5bfa95..75e215aab841 100644 --- a/contribute/setup-building.md +++ b/contribute/setup-building.md @@ -5,12 +5,12 @@ title: Setup and building ## Prerequisites -| Dependency | Description | -|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Git | The source code of Pulsar is hosted on GitHub as a git repository. To work with the git repository, please [install git](https://git-scm.com/downloads). | -| JDK | The source code of Pulsar is almost written in Java. Therefore, you need a working Java Development Kit (JDK) to build it. Pulsar requires [JDK 17](https://adoptium.net/temurin/releases/?version=17) to build. | -| Maven | The source code of Pulsar is managed by [Apache Maven](https://maven.apache.org/) The required Maven version is 3.6.1+. | -| Zip | The build process requires Zip as a utility tool. | +| Dependency | Description | +|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Git | The source code of Pulsar is hosted on GitHub as a git repository. To work with the git repository, please [install git](https://git-scm.com/downloads). | +| JDK | The source code of Pulsar is primarily written in Java. Therefore, you need a working Java Development Kit (JDK) to build it. Pulsar requires [JDK 17](https://adoptium.net/temurin/releases/?version=17) to build. | +| Maven | The source code of Pulsar is managed by [Apache Maven](https://maven.apache.org/) The required Maven version is 3.6.1+. | +| Zip | The build process requires Zip as a utility tool. | :::note