Skip to content

Commit

Permalink
Update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Nov 3, 2023
1 parent bed5b49 commit 6e00dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions step-1-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Testcontainers libraries are compatible with Java 8+, but this workshop uses a S

I would recommend using [SDKMAN](https://sdkman.io/) to install Java on your machine.

## Install Docker
### Install Docker

Make sure you have a Docker environment available on your machine.

Expand Down Expand Up @@ -39,7 +39,7 @@ Server: Docker Desktop 4.24.2 (124339)
...
```

## Install Testcontainers Desktop
### Install Testcontainers Desktop
[Testcontainers Desktop](https://testcontainers.com/desktop/) is a companion app for the open source Testcontainers libraries
that makes local development and testing with real dependencies simple.

Expand Down
2 changes: 1 addition & 1 deletion step-3-local-development-environment.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Step 3: Local Development environment with Testcontainers
# Step 3: Local development environment with Testcontainers
Our application uses PostgreSQL, Kafka, and LocalStack.

Currently, if you run the `Application.java` from your IDE, you will see the following error:
Expand Down
2 changes: 1 addition & 1 deletion step-5-use-reusable-containers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Step 5: Use Reusable containers
# Step 5: Use reusable containers

During the development, you will keep changing the code and verify the behavior either by running the tests
or running the application locally. Recreating the containers everytime you restart the application
Expand Down

0 comments on commit 6e00dae

Please sign in to comment.