From 37abfc958dc4f801c0f5bc364e0d56747d1ac424 Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Thu, 10 Nov 2022 08:50:02 +0100 Subject: [PATCH] Minor wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64620e9..68a283f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To build a Docker image with the native application (you need to build the nativ docker build -t micronaut-app-native -f src/main/docker/Dockerfile.native . ``` -## SpringBoot +## Spring Boot ```shell cd springboot-app