diff --git a/README.md b/README.md index e6716ba..e5095ee 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -![Open Liberty logo](https://github.com/OpenLiberty/logos/blob/main/combomark/png/OL_logo_green_on_white.png) +![Open Liberty logo](https://github.com/OpenLiberty/logos/blob/main/combomark/png/OL_logo_green_on_white.png) Test 123 -# Open Liberty Getting Started sample +# Open Liberty Getting Started Sample Test ## 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 +## Project Structure - `src/main/java` - the Java code for the Project - `io/openliberty/sample` @@ -48,7 +48,7 @@ if you just want to build it run: mvnw package ``` -## Run the Sample in a container +## Run the Sample in a Container To run the sample using docker run: @@ -63,7 +63,7 @@ podman run -p 9080:9080 icr.io/appcafe/open-liberty/samples/getting-started ``` -### Access the application +### Access the Application Open a browser to http://localhost:9080 ![image](https://user-images.githubusercontent.com/3076261/117993383-4f34c980-b305-11eb-94b5-fa7319bc2850.png)