From 689102ee8948c771f09b33dbe074937c743c163f Mon Sep 17 00:00:00 2001 From: thasnim-easejava Date: Fri, 10 Jan 2025 17:56:47 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22165957..21b904a9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Open Liberty Getting Started sample -## Overview +## Overview The sample application provides a simple example of how to get started with Open Liberty. It provides a REST API that retrieves the system properties in the JVM and a web based UI for viewing them. It also uses MicroProfile Config, MicroProfile Health and MicroProfile Metrics to demonstrate how to use these specifications in an application that maybe deployed to kubernetes. ## Project structure