From 813d8ecac59b3320ffbd349755768afc63d23d4a Mon Sep 17 00:00:00 2001 From: kgibm Date: Tue, 19 Feb 2019 11:05:09 -0800 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0599373..5b938ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Boost your Spring Boot app with Open Liberty -Spring Boot is a popular programming model for building cloud native Java applications. Open Liberty is a highly efficient and high performing open source runtime designed to run cloud native Java applications. Together, Spring Boot and Open Liberty combine a cloud native programming model with a cloud native runtime. Docker has emerged as the cloud native deployment technology of choice because Docker provides a highly efficient packaging and deployment solution for applications. Its easy to build Docker images, but to build efficient Docker images, which minimize deployment time and maximize reuse, care needs to be given to how the Docker image is constructed. Enter the `boost-maven-plugin`. The `boost-maven-plugin` helps you package a Spring Boot application with Open Liberty as an uber jar and to build Docker images. +Spring Boot is a popular programming model for building cloud native Java applications. Open Liberty is a highly efficient and high performing open source runtime designed to run cloud native Java applications. Together, Spring Boot and Open Liberty combine a cloud native programming model with a cloud native runtime. Docker has emerged as the cloud native deployment technology of choice because Docker provides a highly efficient packaging and deployment solution for applications. It's easy to build Docker images, but to build efficient Docker images, which minimize deployment time and maximize reuse, care needs to be given to how the Docker image is constructed. Enter the `boost-maven-plugin`. The `boost-maven-plugin` helps you package a Spring Boot application with Open Liberty as an uber jar and to build Docker images. ## Introduction