From b536ecc5d135ee8514de8661b22e70f4ab015fee Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:42:02 -0500 Subject: [PATCH] spelling: macos Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- step-1-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/step-1-getting-started.md b/step-1-getting-started.md index 9120542..73bc64b 100644 --- a/step-1-getting-started.md +++ b/step-1-getting-started.md @@ -7,14 +7,14 @@ Before getting started, let's make sure you have everything you need for this wo You'll need Java 17 or newer for this workshop. Testcontainers libraries are compatible with Java 8+, but this workshop uses a Spring Boot 3.x application which requires Java 17 or newer. -We would recommend using [SDKMAN](https://sdkman.io/) to install Java on your machine if you are using MacOS, Linux or Windows WSL. +We would recommend using [SDKMAN](https://sdkman.io/) to install Java on your machine if you are using macOS, Linux or Windows WSL. ### Install Docker You need to have a Docker environment to use Testcontainers. * You can use Docker Desktop on your machine. * You can use [Testcontainers Cloud](https://testcontainers.com/cloud). If you are going to use Testcontainers Cloud, then you need to install [Testcontainers Desktop](https://testcontainers.com/desktop/) app. -* If you are using MacOS, you can use Testcontainers Desktop Embedded Runtime. +* If you are using macOS, you can use Testcontainers Desktop Embedded Runtime. * If you are using a local Docker, check by running: